Package jakarta.faces.annotation
Class View.Literal
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<View>
- 
- jakarta.faces.annotation.View.Literal
 
 
- 
- All Implemented Interfaces:
- Annotation
 - Enclosing class:
- View
 
 public static final class View.Literal extends AnnotationLiteral<View> implements View Supports inline instantiation of theViewannotation.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.faces.annotation.ViewView.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static View.LiteralINSTANCEInstance of theViewqualifier.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static View.Literalof(String value)Stringvalue()- 
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 View.Literal INSTANCE Instance of theViewqualifier.
 
- 
 - 
Method Detail- 
ofpublic static View.Literal of(String value) 
 - 
valuepublic String value() 
 
- 
 
-