BeanManagerCatchExceptionHandler as part of the JSF lifecycleBegin and @EndExternalContext for the current request of the JavaServer Faces application by calling
FacesContext.getExternalContext() and stores the result as a request-scoped bean instance.FacesContext for the current request of the JavaServer Faces application by calling
FacesContext.getCurrentInstance() and stores the result as a request-scoped bean instance.Flash for the current request of the JavaServer Faces application by calling
FacesContext.getCurrentInstance() and stores the result as a request-scoped bean instance.InputField is produced by the same producer method with output type
Object.RenderContext id.ViewDeclarationLanguage returned by the delegate in a new
SeamViewDeclarationLanguage instance.ViewMetadata returned by the delegate in a new instance of SeamViewMetadata.Inject on an object as if it were a bean managed by CDI.Dependent scoped.ProjectStageDetector that performs a JNDI lookup to get the current project stage.Locale objects related to a FacesContext instancePreLoginEvent and PostLoginEvent events, storing the viewId requested pre login,
and re-instating the navigation post login.Conversation under the simplified name "conversation" in addition to the default
"javax.enterprise.context.conversation".Application.getNavigationHandler(), thus
allowing it to be injected.InputStream.ProcessAnnotatedType events and sends a veto if the type should be
ignored due to the current project stage.RenderContextRenderScoped CDI / JSF 2 integration.ApplicationFactory creating SeamApplicationWrapper instances that wrap the
Application created by the underlying factory.Converter, Validator.ViewDeclarationLanguage implementation for the purpose of wrapping the ViewMetadata
implementation in SeamViewMetadata.ViewHandler implementation for the purpose of wrapping the ViewDeclarationLanguage
implementation in SeamViewDeclarationLanguage.ViewMetadata implementation for the purpose of adding a UIViewParameter placeholder component if
necessary.ProjectStageDetector that allows to set the project stage for Seam Faces using the system property
org.jboss.seam.faces.PROJECT_STAGEProjectStageDetector that tries to read the project stage from the standard servlet context
parameter.Copyright © 2009-2013 Seam Framework. All Rights Reserved.