Package | Description |
---|---|
org.apache.myfaces.trinidad.component.visit | |
org.apache.myfaces.trinidad.context |
Modifier and Type | Method and Description |
---|---|
static VisitHint |
VisitHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisitHint[] |
VisitHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<VisitHint> |
VisitContextWrapper.getHints() |
abstract Set<VisitHint> |
VisitContext.getHints()
Returns hints that influence the behavior of the tree visit.
|
Modifier and Type | Method and Description |
---|---|
abstract VisitContext |
RequestContext.createVisitContext(javax.faces.context.FacesContext context,
Collection<String> ids,
Set<VisitHint> hints,
javax.faces.event.PhaseId phaseId)
Creates a VisitContext instance for use with
UIComponent.visitTree() . |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.