Home » Mojarra-2.0.1 » javax » faces » context » [javadoc | source]
javax.faces.context
abstract public class: PartialViewContextFactory [javadoc | source]
java.lang.Object
   javax.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);
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:
 abstract public PartialViewContext getPartialViewContext(FacesContext context)
 public PartialViewContextFactory getWrapped()