com.tonbeller.wcf.log
Class LogItems

java.lang.Object
  extended bycom.tonbeller.wcf.form.NodeHandlerSupport
      extended bycom.tonbeller.wcf.log.LogItems
All Implemented Interfaces:
FormListener, NodeHandler

public class LogItems
extends NodeHandlerSupport
implements FormListener


Constructor Summary
LogItems()
           
 
Method Summary
 void initialize(RequestContext context, XmlComponent comp, org.w3c.dom.Element element)
          initializes the handler
 void revert(RequestContext context)
          creates a few items
 boolean validate(RequestContext context)
          always true
 
Methods inherited from class com.tonbeller.wcf.form.NodeHandlerSupport
destroy, getElement, getXmlComponent, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogItems

public LogItems()
Method Detail

revert

public void revert(RequestContext context)
creates a few items

Specified by:
revert in interface FormListener

validate

public boolean validate(RequestContext context)
always true

Specified by:
validate in interface FormListener
Returns:
true if validation was successful

initialize

public void initialize(RequestContext context,
                       XmlComponent comp,
                       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
See Also:
com.tonbeller.wcf.component.NodeHandler#initialize(Environment, Component, Element)