net.sourceforge.xwing.jelly.tags.dom
Class EventListenerTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended bynet.sourceforge.xwing.jelly.tags.dom.EventListenerTag
All Implemented Interfaces:
Tag

public class EventListenerTag
extends TagSupport


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
EventListenerTag()
           
 
Method Summary
 void doTag(XMLOutput output)
           
 void setEventVar(String eventVar)
           
 void setNode(Node node)
           
 void setType(String type)
           
 void setVar(String var)
           
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventListenerTag

public EventListenerTag()
Method Detail

setVar

public void setVar(String var)

setNode

public void setNode(Node node)

setType

public void setType(String type)

setEventVar

public void setEventVar(String eventVar)

doTag

public void doTag(XMLOutput output)
           throws MissingAttributeException,
                  JellyTagException
Throws:
MissingAttributeException
JellyTagException


Copyright © 2003 The Xwing Project. All Rights Reserved.