| Package | Description | 
|---|---|
| jakarta.faces.application | |
| jakarta.faces.context | |
| jakarta.faces.event | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ApplicationWrapper
 Provides a simple implementation of   | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Application | 
ApplicationFactory.getApplication()
 Create (if needed) and return an  
Application instance for this web application. | 
Application | 
ApplicationWrapper.getWrapped()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
ApplicationFactory.setApplication(Application application)
 Replace the  
Application instance that will be returned for this web application. | 
| Constructor and Description | 
|---|
ApplicationWrapper(Application wrapped)
If this application has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.  | 
| Modifier and Type | Method and Description | 
|---|---|
Application | 
FacesContextWrapper.getApplication()
 The default behavior of this method is to call  
FacesContext.getApplication() on the wrapped
 FacesContext object. | 
abstract Application | 
FacesContext.getApplication()
 Return the  
Application instance associated with this web
 application. | 
| Modifier and Type | Method and Description | 
|---|---|
Application | 
PreDestroyApplicationEvent.getApplication()
 The source   | 
Application | 
PostConstructApplicationEvent.getApplication()
 The source   | 
| Constructor and Description | 
|---|
PostConstructApplicationEvent(Application application)
 Constructs a new   | 
PostConstructApplicationEvent(FacesContext facesContext,
                             Application application)
 Constructs a new   | 
PreDestroyApplicationEvent(Application application)
 Constructs a new   | 
PreDestroyApplicationEvent(FacesContext facesContext,
                          Application application)
 Constructs a new   | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.