java.lang.Object
org.apache.commons.jelly.TagSupport
org.mrd.jelly.repast.BeginTag
- All Implemented Interfaces:
- org.apache.commons.jelly.Tag
- public class BeginTag
- extends org.apache.commons.jelly.TagSupport
| 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 |
log
protected org.apache.commons.logging.Log log
model
private SimModelWrapper model
- Holds value of property model.
BeginTag
public BeginTag()
BeginTag
public BeginTag(boolean arg0)
doTag
public void doTag(org.apache.commons.jelly.XMLOutput xMLOutput)
throws org.apache.commons.jelly.MissingAttributeException,
org.apache.commons.jelly.JellyTagException
- Called by doTag(...). Used to check if the appropriate attributes have
been filled out.
getModel
public SimModelWrapper getModel()
- Getter for property model.
setModel
public void setModel(SimModelWrapper model)
- Setter for property model.