|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.context.FacesContextFactory
public abstract class FacesContextFactory
see Javadoc of JSF Specification
Constructor Summary | |
---|---|
FacesContextFactory()
|
Method Summary | |
---|---|
abstract FacesContext |
getFacesContext(java.lang.Object context,
java.lang.Object request,
java.lang.Object response,
Lifecycle lifecycle)
|
FacesContextFactory |
getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacesContextFactory()
Method Detail |
---|
public abstract FacesContext getFacesContext(java.lang.Object context, java.lang.Object request, java.lang.Object response, Lifecycle lifecycle) throws FacesException
FacesException
public FacesContextFactory getWrapped()
null
.
getWrapped
in interface FacesWrapper<FacesContextFactory>
FacesContextFactory
if this factory decorates another, or null
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |