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.PushPush.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static Push.LiteralINSTANCEInstance of thePushqualifier.
 - 
Method SummaryAll 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.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final Push.Literal INSTANCE Instance of thePushqualifier.
 
- 
 - 
Method Detail- 
ofpublic static Push.Literal of(String channel) 
 - 
channelpublic String channel() 
 
- 
 
-