org.jboss.solder.servlet.event
Annotation Type HttpMethod


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

Qualifies observer methods to select HTTP lifecycle events for a particular HTTP method.

Author:
Dan Allen

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011 Seam Framework. All Rights Reserved.