@version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/path/PathImpl.java#0 $) $Date: 10-nov-2005.18:50:28 $ @author The Oracle ADF Faces Team
61626364656667
static public Object walkTree( UIXRenderingContext context, UINode ancestor, TreeWalker walker) throws IOException { return walkTree(context, ancestor, walker, new PathImpl()); }
4041424344454647
/** * Creates a AbstractRenderingContext. */ public LogicalNodeRenderingContext() { _path = new PathImpl(); _nodeStack = new UINode[getDefaultNodeStackSize()]; }
62636465666768
4546474849505152
4142434445464748