|
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. |
| ProjectStageProducer |
A producer which retrieves the ProjectStage for the current request of the JavaServer Faces application, storing the result
as a ApplicationScoped bean instance. |
| SeamApplicationFactory |
Implementation of ApplicationFactory creating SeamApplicationWrapper instances that wrap the
Application created by the underlying factory. |
| SeamApplicationWrapper |
Provides contextual lifecycle and @{link Inject} support for JSF artifacts such as Converter, Validator. |
| SeamExternalContext |
|
| SeamExternalContextFactory |
|