org.jboss.seam.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
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011 Seam Framework. All Rights Reserved.