org.jboss.seam.servlet
Annotation Type WebRequest


@Qualifier
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface WebRequest

A qualifier used to distinguish resources (such as exception handlers) that are appropriate for an HTTP request not handled by a more specific Servlet (such as JAX-RS or JSF).

Author:
Dan Allen



Copyright © 2011 Seam Framework. All Rights Reserved.