Class Summary |
ExternalContextProducer |
A producer which retrieves the ExternalContext for the current
request of the JavaServer Faces application by calling
FacesContext.getExternalContext() and stores the result as a
request-scoped bean instance. |
FacesContextProducer |
A producer which retrieves the FacesContext for the current request
of the JavaServer Faces application by calling
FacesContext.getCurrentInstance() and stores the result as a
request-scoped bean instance. |
FacesFlashProducer |
A producer which retrieves the Flash for the current request of the JavaServer Faces application by calling
FacesContext.getCurrentInstance() and stores the result as a request-scoped bean instance. |
NavigationHandlerProducer |
A producer which retrieves the current JSF NavigationHandler by calling
Application.getNavigationHandler() , thus allowing it to be injected. |
SeamApplicationWrapper |
Provides contextual lifecycle and @{link Inject} support for JSF artifacts
such as Converter , Validator . |
SeamExternalContext |
|
SeamExternalContextFactory |
|