public abstract class VisitContextFactory extends java.lang.Object implements FacesWrapper<VisitContextFactory>
Provide for separation of interface and
implementation for the VisitContext contract.
| Constructor and Description |
|---|
VisitContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract VisitContext |
getVisitContext(FacesContext context,
java.util.Collection<java.lang.String> ids,
java.util.Set<VisitHint> hints)
Return a new |
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. |
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.
getWrapped in interface FacesWrapper<VisitContextFactory>public abstract VisitContext getVisitContext(FacesContext context, java.util.Collection<java.lang.String> ids, java.util.Set<VisitHint> hints)
Return a new VisitContext
instance.
context - the FacesContext for this request.ids - a Collection of clientIds to visit. If
null all components will be visited.hints - the VisitHints that apply to this
visit.VisitContext.Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms