org.jboss.seam.servlet.literal
Class WebRequestLiteral

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

public class WebRequestLiteral
extends AnnotationLiteral<WebRequest>
implements WebRequest

See Also:
Serialized Form

Field Summary
static WebRequest INSTANCE
           
 
Constructor Summary
WebRequestLiteral()
           
 
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 WebRequest INSTANCE
Constructor Detail

WebRequestLiteral

public WebRequestLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.