javax.faces.context
Class ExternalContextFactory

java.lang.Object
  extended by javax.faces.context.ExternalContextFactory
All Implemented Interfaces:
FacesWrapper<ExternalContextFactory>

public abstract class ExternalContextFactory
extends Object
implements FacesWrapper<ExternalContextFactory>

Since:
2.0

Constructor Summary
ExternalContextFactory()
           
 
Method Summary
abstract  ExternalContext getExternalContext(Object context, Object request, Object response)
           
 ExternalContextFactory getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalContextFactory

public ExternalContextFactory()
Method Detail

getExternalContext

public abstract ExternalContext getExternalContext(Object context,
                                                   Object request,
                                                   Object response)
                                            throws FacesException
Throws:
FacesException

getWrapped

public ExternalContextFactory getWrapped()
Description copied from interface: FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.

Specified by:
getWrapped in interface FacesWrapper<ExternalContextFactory>
Returns:
the instance of the class being wrapped


Copyright © 2014 The Apache Software Foundation. All rights reserved.