java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.DynaTagSupport
org.apache.commons.jelly.MapTagSupport
org.mrd.jelly.MapTagBase
- All Implemented Interfaces:
- org.apache.commons.jelly.DynaTag, org.apache.commons.jelly.Tag
- public abstract class MapTagBase
- extends org.apache.commons.jelly.MapTagSupport
| Fields inherited from class org.apache.commons.jelly.MapTagSupport |
|
| Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapTagBase
public MapTagBase()
doTag
public void doTag(org.apache.commons.jelly.XMLOutput xMLOutput)
throws java.lang.Exception
- Simply put, it is where the execution of the tag occurs, it will checkAttributes, then call run.
doStartTag
public void doStartTag(org.apache.commons.jelly.XMLOutput xMLOutput)
throws java.lang.Exception
doBody
public void doBody(org.apache.commons.jelly.XMLOutput xMLOutput)
throws java.lang.Exception
doEndTag
public void doEndTag(org.apache.commons.jelly.XMLOutput xMLOutput)
throws java.lang.Exception