|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.context.ExternalContextFactory
public abstract class ExternalContextFactory
Constructor Summary | |
---|---|
ExternalContextFactory()
|
Method Summary | |
---|---|
abstract ExternalContext |
getExternalContext(java.lang.Object context,
java.lang.Object request,
java.lang.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 |
---|
public ExternalContextFactory()
Method Detail |
---|
public abstract ExternalContext getExternalContext(java.lang.Object context, java.lang.Object request, java.lang.Object response) throws FacesException
FacesException
public ExternalContextFactory getWrapped()
FacesWrapper
getWrapped
in interface FacesWrapper<ExternalContextFactory>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |