java.lang.Object
jakarta.faces.application.ApplicationFactory
com.sun.faces.application.ApplicationFactoryImpl
- All Implemented Interfaces:
FacesWrapper<ApplicationFactory>
Default implementation of
ApplicationFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate (if needed) and return anApplicationinstance for this web application.voidsetApplication(Application application) Replace theApplicationinstance that will be returned for this web application.toString()Methods inherited from class jakarta.faces.application.ApplicationFactory
getWrapped
-
Constructor Details
-
ApplicationFactoryImpl
public ApplicationFactoryImpl()
-
-
Method Details
-
getApplication
Create (if needed) and return an
Applicationinstance for this web application.- Specified by:
getApplicationin classApplicationFactory- Returns:
- the application.
-
setApplication
Replace the
Applicationinstance that will be returned for this web application.- Specified by:
setApplicationin classApplicationFactory- Parameters:
application- The replacementApplicationinstance
-
toString
-