Uses of Class
jakarta.faces.application.Application
Packages that use Application
-
Uses of Application in jakarta.faces.application
Subclasses of Application in jakarta.faces.applicationModifier and TypeClassDescriptionclassProvides a simple implementation ofApplicationthat can be subclassed by developers wishing to provide specialized behavior to an existingApplicationinstance.Methods in jakarta.faces.application that return ApplicationModifier and TypeMethodDescriptionabstract ApplicationApplicationFactory.getApplication()Create (if needed) and return anApplicationinstance for this web application.ApplicationWrapper.getWrapped()Methods in jakarta.faces.application with parameters of type ApplicationModifier and TypeMethodDescriptionabstract voidApplicationFactory.setApplication(Application application) Replace theApplicationinstance that will be returned for this web application.Constructors in jakarta.faces.application with parameters of type ApplicationModifierConstructorDescriptionApplicationWrapper(Application wrapped) If this application has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. -
Uses of Application in jakarta.faces.context
Methods in jakarta.faces.context that return ApplicationModifier and TypeMethodDescriptionabstract ApplicationFacesContext.getApplication()Return theApplicationinstance associated with this web application.FacesContextWrapper.getApplication()The default behavior of this method is to callFacesContext.getApplication()on the wrappedFacesContextobject. -
Uses of Application in jakarta.faces.event
Methods in jakarta.faces.event that return ApplicationModifier and TypeMethodDescriptionPostConstructApplicationEvent.getApplication()The sourceApplicationthat sent this event.PreDestroyApplicationEvent.getApplication()The sourceApplicationthat sent this event.Constructors in jakarta.faces.event with parameters of type ApplicationModifierConstructorDescriptionPostConstructApplicationEvent(Application application) Constructs a newPostConstructApplicationEventfor this application.PostConstructApplicationEvent(FacesContext facesContext, Application application) Constructs a newPostConstructApplicationEventfor this application.PreDestroyApplicationEvent(Application application) Constructs a newPreDestroyApplicationEventfor this application.PreDestroyApplicationEvent(FacesContext facesContext, Application application) Constructs a newPreDestroyApplicationEventfor this application.