|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.laf.base.TreeWalkerUtils
@Deprecated public class TreeWalkerUtils
Utilities for walking the tree with TreeWalker. This currently adds support only for going through context-popping nodes. Features that are not supported currently include:
| Constructor Summary | |
|---|---|
TreeWalkerUtils()
Deprecated. |
|
| Method Summary | |
|---|---|
static java.lang.Object |
walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker)
Deprecated. Walks a tree using a TreeWalker. |
static java.lang.Object |
walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker,
PathImpl path)
Deprecated. Walks a tree using a TreeWalker. |
static java.lang.Object |
walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker,
PathImpl path,
boolean renderedOnly)
Deprecated. Walks a tree using a TreeWalker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeWalkerUtils()
| Method Detail |
|---|
public static java.lang.Object walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker)
throws java.io.IOException
context - the initial RenderingContextancestor - the initial UINodewalker - the TreeWalker callback used
java.io.IOException
public static java.lang.Object walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker,
PathImpl path)
throws java.io.IOException
context - the initial RenderingContextancestor - the initial UINodewalker - the TreeWalker callback usedpath - a pre-created PathImpl object; may be
null if the TreeWalker doesn't need a path
java.io.IOException
public static java.lang.Object walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker,
PathImpl path,
boolean renderedOnly)
throws java.io.IOException
context - the initial RenderingContextancestor - the initial UINodewalker - the TreeWalker callback usedpath - a pre-created PathImpl object; may be
null if the TreeWalker doesn't need a pathrenderedOnly - if true, only walk those nodes
that will be rendered
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||