Home » Mojarra-2.0.1 » javax.faces.component.visit » [javadoc | source]
javax.faces.component.visit
abstract public class: VisitContextFactory [javadoc | source]
java.lang.Object
   javax.faces.component.visit.VisitContextFactory

All Implemented Interfaces:
    FacesWrapper

Provide for separation of interface and implementation for the VisitContext contract.

Method from javax.faces.component.visit.VisitContextFactory Summary:
getVisitContext,   getWrapped
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.visit.VisitContextFactory Detail:
 abstract public VisitContext getVisitContext(FacesContext context,
    Collection<String> ids,
    Set<VisitHint> hints)
 public VisitContextFactory getWrapped() 

    If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returns null.