org.jboss.seam.servlet.http.literal
Class HttpRequestLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<HttpRequest>
      extended by org.jboss.seam.servlet.http.literal.HttpRequestLiteral
All Implemented Interfaces:
java.io.Serializable, java.lang.annotation.Annotation, HttpRequest

public class HttpRequestLiteral
extends javax.enterprise.util.AnnotationLiteral<HttpRequest>
implements HttpRequest

See Also:
Serialized Form

Field Summary
static HttpRequest INSTANCE
           
 
Constructor Summary
HttpRequestLiteral()
           
 
Method Summary
 
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 HttpRequest INSTANCE
Constructor Detail

HttpRequestLiteral

public HttpRequestLiteral()


Copyright © 2010 Seam Framework. All Rights Reserved.