Uses of Class
jakarta.enterprise.util.AnnotationLiteral
-
Packages that use AnnotationLiteral Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts.jakarta.enterprise.inject jakarta.enterprise.inject.literal jakarta.enterprise.util Contains shared, general-purpose helper classes and annotations.jakarta.faces.annotation jakarta.faces.component.behavior jakarta.faces.convert jakarta.faces.event jakarta.faces.flow.builder jakarta.faces.model jakarta.faces.push jakarta.faces.validator jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package. -
-
Uses of AnnotationLiteral in jakarta.enterprise.context
Subclasses of AnnotationLiteral in jakarta.enterprise.context Modifier and Type Class Description static class
ApplicationScoped.Literal
Supports inline instantiation of theApplicationScoped
annotation.static class
BeforeDestroyed.Literal
Supports inline instantiation of theBeforeDestroyed
qualifier.static class
ConversationScoped.Literal
Supports inline instantiation of theConversationScoped
annotation.static class
Dependent.Literal
Supports inline instantiation of theDependent
annotation.static class
Destroyed.Literal
Supports inline instantiation of theDestroyed
qualifier.static class
Initialized.Literal
Supports inline instantiation of theInitialized
qualifier.static class
RequestScoped.Literal
Supports inline instantiation of theRequestScoped
annotation.static class
SessionScoped.Literal
Supports inline instantiation of theSessionScoped
annotation. -
Uses of AnnotationLiteral in jakarta.enterprise.inject
Subclasses of AnnotationLiteral in jakarta.enterprise.inject Modifier and Type Class Description static class
Alternative.Literal
Supports inline instantiation of theAlternative
annotation.static class
Any.Literal
Supports inline instantiation of theAny
qualifier.static class
Default.Literal
Supports inline instantiation of theDefault
qualifier.static class
Specializes.Literal
Supports inline instantiation of theSpecializes
annotation.static class
TransientReference.Literal
Supports inline instantiation of theTransientReference
annotation.static class
Typed.Literal
Supports inline instantiation of theTyped
annotation.static class
Vetoed.Literal
Supports inline instantiation of theVetoed
annotation. -
Uses of AnnotationLiteral in jakarta.enterprise.inject.literal
Subclasses of AnnotationLiteral in jakarta.enterprise.inject.literal Modifier and Type Class Description class
InjectLiteral
Supports inline instantiation of theInject
annotation.class
NamedLiteral
Supports inline instantiation of theNamed
qualifier.class
QualifierLiteral
Supports inline instantiation of theQualifier
annotation.class
SingletonLiteral
Supports inline instantiation of theSingleton
annotation. -
Uses of AnnotationLiteral in jakarta.enterprise.util
Subclasses of AnnotationLiteral in jakarta.enterprise.util Modifier and Type Class Description static class
Nonbinding.Literal
Supports inline instantiation of theNonbinding
annotation. -
Uses of AnnotationLiteral in jakarta.faces.annotation
Subclasses of AnnotationLiteral in jakarta.faces.annotation Modifier and Type Class Description static class
ApplicationMap.Literal
Supports inline instantiation of theApplicationMap
qualifier.static class
FacesConfig.Literal
Supports inline instantiation of theFacesConfig
qualifier.static class
FlowMap.Literal
Supports inline instantiation of theApplicationMap
qualifier.static class
HeaderMap.Literal
Supports inline instantiation of theHeaderMap
qualifier.static class
HeaderValuesMap.Literal
Supports inline instantiation of theHeaderValuesMap
qualifier.static class
InitParameterMap.Literal
Supports inline instantiation of theInitParameterMap
qualifier.static class
ManagedProperty.Literal
Supports inline instantiation of theManagedProperty
qualifier.static class
RequestCookieMap.Literal
Supports inline instantiation of theRequestCookieMap
qualifier.static class
RequestMap.Literal
Supports inline instantiation of theRequestMap
qualifier.static class
RequestParameterMap.Literal
Supports inline instantiation of theRequestParameterMap
qualifier.static class
RequestParameterValuesMap.Literal
Supports inline instantiation of theRequestParameterValuesMap
qualifier.static class
SessionMap.Literal
Supports inline instantiation of theSessionMap
qualifier.static class
View.Literal
Supports inline instantiation of theView
annotation.static class
ViewMap.Literal
Supports inline instantiation of theViewMap
qualifier. -
Uses of AnnotationLiteral in jakarta.faces.component.behavior
Subclasses of AnnotationLiteral in jakarta.faces.component.behavior Modifier and Type Class Description static class
FacesBehavior.Literal
Supports inline instantiation of theFacesBehavior
qualifier. -
Uses of AnnotationLiteral in jakarta.faces.convert
Subclasses of AnnotationLiteral in jakarta.faces.convert Modifier and Type Class Description static class
FacesConverter.Literal
Supports inline instantiation of theFacesConverter
qualifier. -
Uses of AnnotationLiteral in jakarta.faces.event
Subclasses of AnnotationLiteral in jakarta.faces.event Modifier and Type Class Description static class
WebsocketEvent.Closed.Literal
Supports inline instantiation of theWebsocketEvent.Closed
qualifier.static class
WebsocketEvent.Opened.Literal
Supports inline instantiation of theWebsocketEvent.Opened
qualifier. -
Uses of AnnotationLiteral in jakarta.faces.flow.builder
Subclasses of AnnotationLiteral in jakarta.faces.flow.builder Modifier and Type Class Description static class
FlowBuilderParameter.Literal
Supports inline instantiation of theFlowBuilderParameter
qualifier.static class
FlowDefinition.Literal
Supports inline instantiation of theFlowDefinition
qualifier. -
Uses of AnnotationLiteral in jakarta.faces.model
Subclasses of AnnotationLiteral in jakarta.faces.model Modifier and Type Class Description static class
FacesDataModel.Literal
Supports inline instantiation of theFacesDataModel
qualifier. -
Uses of AnnotationLiteral in jakarta.faces.push
Subclasses of AnnotationLiteral in jakarta.faces.push Modifier and Type Class Description static class
Push.Literal
Supports inline instantiation of thePush
qualifier. -
Uses of AnnotationLiteral in jakarta.faces.validator
Subclasses of AnnotationLiteral in jakarta.faces.validator Modifier and Type Class Description static class
FacesValidator.Literal
Supports inline instantiation of theFacesValidator
qualifier. -
Uses of AnnotationLiteral in jakarta.security.enterprise.authentication.mechanism.http
Subclasses of AnnotationLiteral in jakarta.security.enterprise.authentication.mechanism.http Modifier and Type Class Description static class
AutoApplySession.Literal
Supports inline instantiation of the AutoApplySession annotation.static class
LoginToContinue.Literal
Supports inline instantiation of the LoginToContinue annotation.static class
RememberMe.Literal
Supports inline instantiation of the RememberMe annotation.
-