Uses of Interface
jakarta.enterprise.context.spi.Contextual
Package
Description
The custom context SPI.
The portable extension integration SPI.
-
Uses of Contextual in com.sun.faces.application.view
Modifier and TypeMethodDescription<T> T
ViewScopeContextManager.createBean
(FacesContext facesContext, Contextual<T> contextual, CreationalContext<T> creational) Create the bean.<T> T
ViewScopeContext.get
(Contextual<T> contextual) Get the ViewScoped bean for the given contextual.<T> T
ViewScopeContext.get
(Contextual<T> contextual, CreationalContext<T> creational) Get the existing instance of the ViewScoped bean for the given contextual or create a new one.<T> T
ViewScopeContextManager.getBean
(FacesContext facesContext, Contextual<T> contextual) Get the value from the view map (or null if not found). -
Uses of Contextual in com.sun.faces.cdi
Modifier and TypeClassDescriptionclass
The ApplicationMapProducer is the CDI producer that allows injection of the application map using @Inject and allows EL resolving of #{applicationScope}class
The ApplicationProducer is the CDI producer that allows EL resolving of #{application}class
The Component producer is the CDI producer that allows EL resolving of#{component}
class
The Composite Component producer is the CDI producer that allows EL resolving of#{cc}
class
The DataModelClassesMapProducer is the CDI producer that allows UIData, UIRepeat and possible other components that need a DataModel wrapper for a given type to obtain a Map of types to DataModel implementations capable of wrapping that type.class
The ExternalContextProducer is the CDI producer that allows injection of the ExternalContext using @Inject and allows EL resolving of #{externalContext}class
The FacesContextProducer is the CDI producer that allows injection of the FacesContext using @Inject and allows EL resolving of #{facesContext}class
The Flash producer is the CDI producer that allows EL resolving of #{flash}class
The Flow map producer is the CDI producer that allows injection of the flow map using@Inject
.class
class
The Header map producer is the CDI producer that allows injection of the header map using @Inject.class
The Header values map producer is the CDI producer that allows injection of the header values map using @Inject.class
The init parameter map producer is the CDI producer that allows injection of the init parameter map using @Inject.class
The ManagedPropertyProducer is the CDI producer that allows evaluation of arbitrary EL expressions.class
The CookieMapProducer is the CDI producer that allows injection of the request cookie map using @Inject and allows the EL resolving of #{cookie}class
The RequestMapProducer is the CDI producer that allows injection of the request map using @Inject.class
The request parameter map producer is the CDI producer that allows injection of the request parameter map using @Inject.class
The request parameter values map producer is the CDI producer that allows injection of the request parameter values map using @Inject.class
The RequestProducer is the CDI producer that allows EL resolving of #{request}class
The ResourceHandlerProducer is the CDI producer that allows you to inject the ResourceHandler and to do EL resolving of #{resource}class
The SessionProducer is the CDI producer that allows injection of the session map using @Inject.class
The SessionProducer is the CDI producer that allows EL resolving of #{session}class
The ViewMapProducer is the CDI producer that allows injection of the view map using @Inject and allows EL resolving of #{viewScope}class
The ViewProducer is the CDI producer that allows you to inject the UIViewRoot and to do EL resolving of #{view} -
Uses of Contextual in com.sun.faces.cdi.clientwindow
Modifier and TypeMethodDescription<T> T
ClientWindowScopeContextManager.createBean
(FacesContext facesContext, Contextual<T> contextual, CreationalContext<T> creational) Create the bean.<T> T
ClientWindowScopeContext.get
(Contextual<T> contextual) Get the ClientWindowScoped bean for the given contextual.<T> T
ClientWindowScopeContext.get
(Contextual<T> contextual, CreationalContext<T> creational) Get the existing instance of the ClientWindowScoped bean for the given contextual or create a new one.<T> T
ClientWindowScopeContextManager.getBean
(FacesContext facesContext, Contextual<T> contextual) Get the value from the ClientWindow-map (or null if not found). -
Uses of Contextual in com.sun.faces.flow
Modifier and TypeMethodDescription<T> T
FlowCDIContext.get
(Contextual<T> contextual) <T> T
FlowCDIContext.get
(Contextual<T> contextual, CreationalContext<T> creational) -
Uses of Contextual in com.sun.faces.util
Modifier and TypeMethodDescription<T> CreationalContext
<T> ELAwareBeanManagerWrapper.createCreationalContext
(Contextual<T> contextual) -
Uses of Contextual in jakarta.enterprise.context.spi
Modifier and TypeMethodDescriptionvoid
AlterableContext.destroy
(Contextual<?> contextual) Destroy the existing contextual instance.<T> T
Context.get
(Contextual<T> contextual) Return an existing instance of a certain contextual type or a null value.<T> T
Context.get
(Contextual<T> contextual, CreationalContext<T> creationalContext) Return an existing instance of certain contextual type or create a new instance by callingcreate(CreationalContext)
and return the new instance. -
Uses of Contextual in jakarta.enterprise.inject.spi
Modifier and TypeInterfaceDescriptioninterface
Bean<T>
Represents an enabled bean.interface
Decorator<T>
Represents an enabled decorator.interface
Interceptor<T>
Represents an enabled interceptor.Modifier and TypeMethodDescription<T> CreationalContext
<T> BeanContainer.createCreationalContext
(Contextual<T> contextual) Obtain an instance of aCreationalContext
for the given contextual type, or for a non-contextual object.