java.lang.Objectjavax.faces.context.PartialViewContextFactory
All Implemented Interfaces:
FacesWrapper
PartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.
There must be one PartialViewContextFactory
instance per web
application that is utilizing JavaServer Faces. This instance can be
acquired, in a portable manner, by calling:
PartialViewContextFactory factory = (PartialViewContextFactory) FactoryFinder.getFactory(FactoryFinder.PARTIAL_VIEW_CONTEXT_FACTORY);
2.0
- Method from javax.faces.context.PartialViewContextFactory Summary: |
---|
getPartialViewContext, getWrapped |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.context.PartialViewContextFactory Detail: |
---|
Create (if needed) and return a PartialViewContext instance that is initialized using the current FacesContext instance. |
|