javax.faces.context
Class ExternalContextFactory
java.lang.Object
javax.faces.context.ExternalContextFactory
- All Implemented Interfaces:
- FacesWrapper<ExternalContextFactory>
public abstract class ExternalContextFactory
- extends Object
- implements FacesWrapper<ExternalContextFactory>
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalContextFactory
public ExternalContextFactory()
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.