public abstract class VisitContextFactory extends 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,
Collection<String> ids,
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, Collection<String> ids, 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.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.