org.jboss.seam.servlet.event.literal
Class HttpMethodLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<HttpMethod>
      extended by org.jboss.seam.servlet.event.literal.HttpMethodLiteral
All Implemented Interfaces:
Serializable, Annotation, HttpMethod

public class HttpMethodLiteral
extends AnnotationLiteral<HttpMethod>
implements HttpMethod

Author:
Dan Allen
See Also:
Serialized Form

Constructor Summary
HttpMethodLiteral(String value)
           
 
Method Summary
 String value()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

HttpMethodLiteral

public HttpMethodLiteral(String value)
Method Detail

value

public String value()


Copyright © 2011 Seam Framework. All Rights Reserved.