java.lang.Object
jakarta.faces.application.ApplicationFactory
com.sun.faces.application.ApplicationFactoryImpl
- All Implemented Interfaces:
FacesWrapper<ApplicationFactory>
Default implementation of
ApplicationFactory
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate (if needed) and return anApplication
instance for this web application.void
setApplication
(Application application) Replace theApplication
instance 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
Application
instance for this web application.- Specified by:
getApplication
in classApplicationFactory
- Returns:
- the application.
-
setApplication
Replace the
Application
instance that will be returned for this web application.- Specified by:
setApplication
in classApplicationFactory
- Parameters:
application
- The replacementApplication
instance
-
toString
-