Uses of Interface
jakarta.enterprise.context.spi.Contextual
Packages that use Contextual
Package
Description
The custom context SPI.
The portable extension integration SPI.
-
Uses of Contextual in com.sun.faces.application.view
Methods in com.sun.faces.application.view with parameters of type ContextualModifier and TypeMethodDescription<T> TViewScopeContextManager.createBean(FacesContext facesContext, Contextual<T> contextual, CreationalContext<T> creational) Create the bean.<T> TViewScopeContext.get(Contextual<T> contextual) Get the ViewScoped bean for the given contextual.<T> TViewScopeContext.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> TViewScopeContextManager.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
Classes in com.sun.faces.cdi that implement ContextualModifier and TypeClassDescriptionclassThe ApplicationMapProducer is the CDI producer that allows injection of the application map using @Inject and allows EL resolving of #{applicationScope}classThe ApplicationProducer is the CDI producer that allows EL resolving of #{application}classThe Component producer is the CDI producer that allows EL resolving of#{component}classThe Composite Component producer is the CDI producer that allows EL resolving of#{cc}classThe 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.classThe ExternalContextProducer is the CDI producer that allows injection of the ExternalContext using @Inject and allows EL resolving of #{externalContext}classThe FacesContextProducer is the CDI producer that allows injection of the FacesContext using @Inject and allows EL resolving of #{facesContext}classThe Flash producer is the CDI producer that allows EL resolving of #{flash}classThe Flow map producer is the CDI producer that allows injection of the flow map using@Inject.classclassThe Header map producer is the CDI producer that allows injection of the header map using @Inject.classThe Header values map producer is the CDI producer that allows injection of the header values map using @Inject.classThe init parameter map producer is the CDI producer that allows injection of the init parameter map using @Inject.classThe ManagedPropertyProducer is the CDI producer that allows evaluation of arbitrary EL expressions.classThe CookieMapProducer is the CDI producer that allows injection of the request cookie map using @Inject and allows the EL resolving of #{cookie}classThe RequestMapProducer is the CDI producer that allows injection of the request map using @Inject.classThe request parameter map producer is the CDI producer that allows injection of the request parameter map using @Inject.classThe request parameter values map producer is the CDI producer that allows injection of the request parameter values map using @Inject.classThe RequestProducer is the CDI producer that allows EL resolving of #{request}classThe ResourceHandlerProducer is the CDI producer that allows you to inject the ResourceHandler and to do EL resolving of #{resource}classThe SessionProducer is the CDI producer that allows injection of the session map using @Inject.classThe SessionProducer is the CDI producer that allows EL resolving of #{session}classThe ViewMapProducer is the CDI producer that allows injection of the view map using @Inject and allows EL resolving of #{viewScope}classThe 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
Methods in com.sun.faces.cdi.clientwindow with parameters of type ContextualModifier and TypeMethodDescription<T> TClientWindowScopeContextManager.createBean(FacesContext facesContext, Contextual<T> contextual, CreationalContext<T> creational) Create the bean.<T> TClientWindowScopeContext.get(Contextual<T> contextual) Get the ClientWindowScoped bean for the given contextual.<T> TClientWindowScopeContext.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> TClientWindowScopeContextManager.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
Methods in com.sun.faces.flow with parameters of type ContextualModifier and TypeMethodDescription<T> TFlowCDIContext.get(Contextual<T> contextual) <T> TFlowCDIContext.get(Contextual<T> contextual, CreationalContext<T> creational) -
Uses of Contextual in com.sun.faces.util
Methods in com.sun.faces.util with parameters of type ContextualModifier and TypeMethodDescription<T> CreationalContext<T> ELAwareBeanManagerWrapper.createCreationalContext(Contextual<T> contextual) -
Uses of Contextual in jakarta.enterprise.context.spi
Methods in jakarta.enterprise.context.spi with parameters of type ContextualModifier and TypeMethodDescriptionvoidAlterableContext.destroy(Contextual<?> contextual) Destroy the existing contextual instance.<T> TContext.get(Contextual<T> contextual) Return an existing instance of a certain contextual type or a null value.<T> TContext.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
Subinterfaces of Contextual in jakarta.enterprise.inject.spiModifier and TypeInterfaceDescriptioninterfaceBean<T>Represents an enabled bean.interfaceDecorator<T>Represents an enabled decorator.interfaceInterceptor<T>Represents an enabled interceptor.Methods in jakarta.enterprise.inject.spi with parameters of type ContextualModifier and TypeMethodDescription<T> CreationalContext<T> BeanContainer.createCreationalContext(Contextual<T> contextual) Obtain an instance of aCreationalContextfor the given contextual type, or for a non-contextual object.