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 theView
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.faces.annotation.View
View.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static View.Literal
INSTANCE
Instance of theView
qualifier.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static View.Literal
of(String value)
String
value()
-
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 View.Literal INSTANCE
Instance of theView
qualifier.
-
-
Method Detail
-
of
public static View.Literal of(String value)
-
value
public String value()
-
-