org.jboss.seam.faces.environment
Class SeamExternalContextFactory

java.lang.Object
  extended by javax.faces.context.ExternalContextFactory
      extended by org.jboss.seam.faces.environment.SeamExternalContextFactory
All Implemented Interfaces:
FacesWrapper<ExternalContextFactory>

public class SeamExternalContextFactory
extends ExternalContextFactory


Constructor Summary
SeamExternalContextFactory(ExternalContextFactory parent)
           
 
Method Summary
 ExternalContext getExternalContext(Object context, Object request, Object response)
           
 ExternalContextFactory getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamExternalContextFactory

public SeamExternalContextFactory(ExternalContextFactory parent)
Method Detail

getExternalContext

public ExternalContext getExternalContext(Object context,
                                          Object request,
                                          Object response)
                                   throws FacesException
Specified by:
getExternalContext in class ExternalContextFactory
Throws:
FacesException

getWrapped

public ExternalContextFactory getWrapped()
Specified by:
getWrapped in interface FacesWrapper<ExternalContextFactory>
Overrides:
getWrapped in class ExternalContextFactory


Copyright © 2009-2011 Seam Framework. All Rights Reserved.