|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tonbeller.wcf.form.NodeHandlerSupport
default implementation of a NodeHandler
| Constructor Summary | |
NodeHandlerSupport()
|
|
| Method Summary | |
void |
destroy(javax.servlet.http.HttpSession session)
|
org.w3c.dom.Element |
getElement()
Returns the element. |
XmlComponent |
getXmlComponent()
|
void |
initialize(RequestContext context,
XmlComponent comp,
org.w3c.dom.Element element)
initializes the handler |
void |
render(RequestContext context)
does nothing |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NodeHandlerSupport()
| Method Detail |
public void initialize(RequestContext context,
XmlComponent comp,
org.w3c.dom.Element element)
throws java.lang.Exception
NodeHandler
initialize in interface NodeHandlercontext - the current requestelement - the element that this handler is responsible for
java.lang.Exception
public void destroy(javax.servlet.http.HttpSession session)
throws java.lang.Exception
destroy in interface NodeHandlerjava.lang.Exception
public void render(RequestContext context)
throws java.lang.Exception
render in interface NodeHandlerjava.lang.Exceptionpublic org.w3c.dom.Element getElement()
public XmlComponent getXmlComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||