Uses of Class
javax.faces.application.Application
-
Packages that use Application Package Description javax.faces.application javax.faces.context javax.faces.event -
-
Uses of Application in javax.faces.application
Subclasses of Application in javax.faces.application Modifier and Type Class Description class
ApplicationWrapper
Methods in javax.faces.application that return Application Modifier and Type Method Description abstract Application
ApplicationFactory. getApplication()
Application
ApplicationWrapper. getWrapped()
Methods in javax.faces.application with parameters of type Application Modifier and Type Method Description abstract void
ApplicationFactory. setApplication(Application application)
Constructors in javax.faces.application with parameters of type Application Constructor Description ApplicationWrapper(Application delegate)
-
Uses of Application in javax.faces.context
Methods in javax.faces.context that return Application Modifier and Type Method Description abstract Application
FacesContext. getApplication()
Application
FacesContextWrapper. getApplication()
-
Uses of Application in javax.faces.event
Methods in javax.faces.event that return Application Modifier and Type Method Description Application
PostConstructApplicationEvent. getApplication()
Application
PreDestroyApplicationEvent. getApplication()
Constructors in javax.faces.event with parameters of type Application Constructor Description PostConstructApplicationEvent(Application application)
PostConstructApplicationEvent(FacesContext facesContext, Application application)
PreDestroyApplicationEvent(Application application)
PreDestroyApplicationEvent(FacesContext facesContext, Application application)
-