public class ApplicationFactoryImpl extends ApplicationFactory
ApplicationFactory
.Constructor and Description |
---|
ApplicationFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
Application |
getApplication()
Create (if needed) and return an
Application instance
for this web application. |
void |
setApplication(Application application)
Replace the
Application instance that will be
returned for this web application. |
String |
toString() |
getWrapped
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
instanceComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.