org.jboss.solder.servlet.event.literal
Class PathLiteral

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

public class PathLiteral
extends AnnotationLiteral<Path>
implements Path

Author:
Dan Allen
See Also:
Serialized Form

Constructor Summary
PathLiteral(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

PathLiteral

public PathLiteral(String value)
Method Detail

value

public String value()


Copyright © 2011 Seam Framework. All Rights Reserved.