Package | Description |
---|---|
org.apache.empire.jsf2.app | |
org.apache.empire.jsf2.impl | |
org.apache.empire.jsf2.pages |
Modifier and Type | Field and Description |
---|---|
protected FacesImplementation |
FacesConfiguration.facesImpl |
Modifier and Type | Method and Description |
---|---|
protected FacesImplementation |
WebAppStartupListener.detectFacesImplementation(javax.faces.context.ExternalContext externalContext)
Detects the JSF Implementation and returns an implmentation handler class.
|
FacesImplementation |
WebAppStartupListener.getFacesImplementation() |
FacesImplementation |
WebApplication.getFacesImplementation()
return the interface for Implementation specific features
that are specific for Mojarra or MyFaces
|
static FacesImplementation |
FacesUtils.getFacesImplementation() |
Modifier and Type | Method and Description |
---|---|
void |
WebApplication.init(FacesImplementation facesImpl,
javax.faces.context.FacesContext startupContext)
Init the Application
|
static <T extends FacesConfiguration> |
FacesConfiguration.initialize(Class<T> configClass,
javax.faces.context.FacesContext startupContext,
FacesImplementation facesImpl)
Static Initializer
|
Constructor and Description |
---|
FacesConfiguration(FacesImplementation facesImpl) |
Modifier and Type | Class and Description |
---|---|
class |
MojarraImplementation |
class |
MyFacesImplementation |
Modifier and Type | Method and Description |
---|---|
void |
PageDefinitions.registerPageBeans(FacesImplementation facesImpl)
Register page beans with the BeanManager
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.