org.jboss.solder.servlet.http.literal
Class RequestParamLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<RequestParam>
      extended by org.jboss.solder.servlet.http.literal.RequestParamLiteral
All Implemented Interfaces:
Serializable, Annotation, RequestParam

public class RequestParamLiteral
extends AnnotationLiteral<RequestParam>
implements RequestParam

Author:
Dan Allen
See Also:
Serialized Form

Field Summary
static RequestParamLiteral INSTANCE
           
 
Constructor Summary
RequestParamLiteral()
           
RequestParamLiteral(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
 

Field Detail

INSTANCE

public static final RequestParamLiteral INSTANCE
Constructor Detail

RequestParamLiteral

public RequestParamLiteral()

RequestParamLiteral

public RequestParamLiteral(String value)
Method Detail

value

public String value()


Copyright © 2011 Seam Framework. All Rights Reserved.