net.sourceforge.xwing.jelly.tags.xwing
Class NodeTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.DynaTagSupport
          extended byorg.apache.commons.jelly.MapTagSupport
              extended byorg.apache.commons.jelly.tags.core.UseBeanTag
                  extended bynet.sourceforge.xwing.jelly.tags.xwing.NodeTag
All Implemented Interfaces:
BeanSource, DynaTag, Tag

public class NodeTag
extends UseBeanTag


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
NodeTag()
           
 
Method Summary
 XTreeTemplate getTemplate()
           
protected  void processBean(String var, Object bean)
           
 
Methods inherited from class org.apache.commons.jelly.tags.core.UseBeanTag
convertToClass, doTag, getBean, getDefaultClass, loadClass, newInstance, setBean, setBeanProperties
 
Methods inherited from class org.apache.commons.jelly.MapTagSupport
createAttributes, getAttributes, setAttribute
 
Methods inherited from class org.apache.commons.jelly.DynaTagSupport
getAttributeType
 
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
 
Methods inherited from interface org.apache.commons.jelly.Tag
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
 

Constructor Detail

NodeTag

public NodeTag()
Method Detail

getTemplate

public XTreeTemplate getTemplate()

processBean

protected void processBean(String var,
                           Object bean)
                    throws JellyTagException
Throws:
JellyTagException


Copyright © 2003 The Xwing Project. All Rights Reserved.