Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mrd.jelly
Class MapTagBase  view MapTagBase download MapTagBase.java

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.DynaTagSupport
          extended byorg.apache.commons.jelly.MapTagSupport
              extended byorg.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


Field Summary
 
Fields inherited from class org.apache.commons.jelly.MapTagSupport
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
MapTagBase()
           
 
Method Summary
 void doBody(org.apache.commons.jelly.XMLOutput xMLOutput)
           
 void doEndTag(org.apache.commons.jelly.XMLOutput xMLOutput)
           
 void doStartTag(org.apache.commons.jelly.XMLOutput xMLOutput)
           
 void doTag(org.apache.commons.jelly.XMLOutput xMLOutput)
          Simply put, it is where the execution of the tag occurs, it will checkAttributes, then call run.
 
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, 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
 
Methods inherited from interface org.apache.commons.jelly.Tag
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
 

Constructor Detail

MapTagBase

public MapTagBase()
Method Detail

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