org.apache.myfaces.trinidaddemo
Class ComponentTree

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.ComponentTree

public class ComponentTree
extends Object

Creates a tree of components from a flat list of jspx files in a folder.


Nested Class Summary
static class ComponentTree.Bean
           
 
Constructor Summary
ComponentTree()
           
 
Method Summary
 List<ComponentTree.Bean> getComponents()
           
 List<String> getFileList()
           
 javax.faces.component.UIComponent getTree()
           
 void setFileList(List<String> files)
           
 void setTree(javax.faces.component.UIComponent treeComp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTree

public ComponentTree()
Method Detail

getComponents

public List<ComponentTree.Bean> getComponents()

getFileList

public List<String> getFileList()

setFileList

public void setFileList(List<String> files)

getTree

public javax.faces.component.UIComponent getTree()

setTree

public void setTree(javax.faces.component.UIComponent treeComp)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.