Package jakarta.faces.application
Class ApplicationFactory
java.lang.Object
jakarta.faces.application.ApplicationFactory
- All Implemented Interfaces:
FacesWrapper<ApplicationFactory>
see Javadoc of Faces Specification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Application
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.abstract void
setApplication
(Application application)
-
Constructor Details
-
ApplicationFactory
Deprecated. -
ApplicationFactory
-
-
Method Details
-
getApplication
-
getWrapped
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returnsnull
.- Specified by:
getWrapped
in interfaceFacesWrapper<ApplicationFactory>
- Returns:
- the decorated
ApplicationFactory
if this factory decorates another, ornull
otherwise - Since:
- 2.0
-
setApplication
-