|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.application.ApplicationFactory de.mindmatters.faces.application.ApplicationFactoryImpl
public final class ApplicationFactoryImpl
ApplicationFactory is a factory object that creates (if
needed) and returns Application
instances. This factory creates an
ApplicationImpl
as default application.
Constructor Summary | |
---|---|
ApplicationFactoryImpl(ApplicationFactory delegate)
Creates an ApplicationFactory with the given ApplicationFactory delegate . |
Method Summary | |
---|---|
Application |
getApplication()
Create (if needed) and return an |
void |
setApplication(Application application)
Replace the |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationFactoryImpl(ApplicationFactory delegate)
delegate
.
delegate
- The ApplicationFactory of the underlying JSF implementationMethod Detail |
---|
public Application getApplication()
Create (if needed) and return an Application
instance
for this web application.
getApplication
in class ApplicationFactory
public void setApplication(Application application)
Replace the Application
instance that will be
returned for this web application.
setApplication
in class ApplicationFactory
application
- The replacement Application
instance
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |