javax.faces.application
Class ApplicationFactory
java.lang.Object
javax.faces.application.ApplicationFactory
- All Implemented Interfaces:
- FacesWrapper<ApplicationFactory>
public abstract class ApplicationFactory
- extends Object
- implements FacesWrapper<ApplicationFactory>
see Javadoc of JSF Specification
- Version:
- $Revision: 722668 $ $Date: 2008-12-02 18:25:32 -0500 (Tue, 02 Dec 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationFactory
public ApplicationFactory()
getApplication
public abstract Application getApplication()
getWrapped
public ApplicationFactory 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 returns
null
.
- Specified by:
getWrapped
in interface FacesWrapper<ApplicationFactory>
- Returns:
- the decorated
ApplicationFactory
if this factory decorates another,
or null
otherwise - Since:
- 2.0
setApplication
public abstract void setApplication(Application application)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.