org.jboss.solder.servlet.event
Annotation Type Path
@Qualifier
@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface Path
Qualifies observer methods to select HTTP lifecycle events for a particular Servlet path. A leading '/' should not be used in
the value as base URIs are treated as if they ended in '/'.
- Author:
- Dan Allen
|
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value
Copyright © 2008-2012 Seam Framework. All Rights Reserved.