|
Préférences
Moteurs de recherche
|
||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.faces.application
|
Constructor Summary | |
---|---|
ApplicationFactory()
|
Method Summary | |
---|---|
abstract Application |
getApplication()
Create (if needed) and return an Application instance
for this web application. |
abstract void |
setApplication(Application application)
Replace the Application instance that will be
returned for this web application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationFactory()
Method Detail |
---|
public abstract Application getApplication()
Create (if needed) and return an Application
instance
for this web application.
public abstract void setApplication(Application application)
Replace the Application
instance that will be
returned for this web application.
application
- The replacement Application
instance
NullPointerException
- if application
is null
.