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