com.tonbeller.wcf.tree
Class TreeHandler

java.lang.Object
  extended bycom.tonbeller.wcf.form.NodeHandlerSupport
      extended bycom.tonbeller.wcf.tree.TreeHandler
All Implemented Interfaces:
NodeHandler

public class TreeHandler
extends NodeHandlerSupport

Manages a TreeComponent inside a FormComponent

Author:
av

Constructor Summary
TreeHandler()
           
 
Method Summary
 void destroy(javax.servlet.http.HttpSession session)
           
 FormComponent getFormComp()
           
 TreeComponent getTree()
           
 void initialize(RequestContext context, XmlComponent xmlComp, org.w3c.dom.Element element)
          initializes the handler
 void render(RequestContext context)
          does nothing
 
Methods inherited from class com.tonbeller.wcf.form.NodeHandlerSupport
getElement, getXmlComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeHandler

public TreeHandler()
Method Detail

initialize

public void initialize(RequestContext context,
                       XmlComponent xmlComp,
                       org.w3c.dom.Element element)
                throws java.lang.Exception
Description copied from interface: NodeHandler
initializes the handler

Specified by:
initialize in interface NodeHandler
Overrides:
initialize in class NodeHandlerSupport
Throws:
java.lang.Exception

destroy

public void destroy(javax.servlet.http.HttpSession session)
             throws java.lang.Exception
Specified by:
destroy in interface NodeHandler
Overrides:
destroy in class NodeHandlerSupport
Throws:
java.lang.Exception

render

public void render(RequestContext context)
            throws java.lang.Exception
Description copied from class: NodeHandlerSupport
does nothing

Specified by:
render in interface NodeHandler
Overrides:
render in class NodeHandlerSupport
Throws:
java.lang.Exception

getFormComp

public FormComponent getFormComp()
Returns:

getTree

public TreeComponent getTree()
Returns: