org.jboss.solder.servlet.http.literal
Class RequestParamLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<RequestParam>
org.jboss.solder.servlet.http.literal.RequestParamLiteral
- All Implemented Interfaces:
- java.io.Serializable, java.lang.annotation.Annotation, RequestParam
public class RequestParamLiteral
- extends javax.enterprise.util.AnnotationLiteral<RequestParam>
- implements RequestParam
- Author:
- Dan Allen
- See Also:
- Serialized Form
|
Method Summary |
java.lang.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 |
INSTANCE
public static final RequestParamLiteral INSTANCE
RequestParamLiteral
public RequestParamLiteral()
RequestParamLiteral
public RequestParamLiteral(java.lang.String value)
value
public java.lang.String value()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.