org.jboss.seam.faces.environment
Class SeamApplicationFactory
java.lang.Object
javax.faces.application.ApplicationFactory
org.jboss.seam.faces.environment.SeamApplicationFactory
- All Implemented Interfaces:
- FacesWrapper<ApplicationFactory>
public class SeamApplicationFactory
- extends ApplicationFactory
Implementation of ApplicationFactory creating SeamApplicationWrapper instances that wrap the
Application created by the underlying factory.
- Author:
- Christian Kaltepoth
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamApplicationFactory
public SeamApplicationFactory(ApplicationFactory delegate)
getApplication
public Application getApplication()
- Specified by:
getApplication in class ApplicationFactory
setApplication
public void setApplication(Application application)
- Specified by:
setApplication in class ApplicationFactory
Copyright © 2009-2011 Seam Framework. All Rights Reserved.