Package org.apache.myfaces.application
Class ApplicationFactoryImpl
- java.lang.Object
- 
- jakarta.faces.application.ApplicationFactory
- 
- org.apache.myfaces.application.ApplicationFactoryImpl
 
 
- 
- All Implemented Interfaces:
- FacesWrapper<ApplicationFactory>,- Purgeable
 
 public class ApplicationFactoryImpl extends ApplicationFactory implements Purgeable - Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$), Thomas Spiegl
 
- 
- 
Constructor SummaryConstructors Constructor Description ApplicationFactoryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationgetApplication()voidpurge()voidsetApplication(Application application)- 
Methods inherited from class jakarta.faces.application.ApplicationFactorygetWrapped
 
- 
 
- 
- 
- 
Method Detail- 
getApplicationpublic Application getApplication() - Specified by:
- getApplicationin class- ApplicationFactory
 
 - 
setApplicationpublic void setApplication(Application application) - Specified by:
- setApplicationin class- ApplicationFactory
 
 
- 
 
-