Package jakarta.faces.push
Class Push.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<Push>
 - 
- jakarta.faces.push.Push.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - Push
 
public static final class Push.Literal extends AnnotationLiteral<Push> implements Push
Supports inline instantiation of the
Pushqualifier.- Since:
 - 4.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.faces.push.Push
Push.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static Push.LiteralINSTANCEInstance of thePushqualifier. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringchannel()static Push.Literalof(String channel)- 
Methods inherited from class jakarta.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 Push.Literal INSTANCE
Instance of thePushqualifier. 
 - 
 
- 
Method Detail
- 
of
public static Push.Literal of(String channel)
 
- 
channel
public String channel()
 
 - 
 
 -