java.lang.Objectjavax.faces.component.visit.VisitContextFactory
All Implemented Interfaces:
FacesWrapper
Provide for separation of interface and implementation for the VisitContext contract.
2.0
- 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: |
---|
Return a new VisitContext instance. |
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 |