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

Quick Search    Search Deep

org.mrd.jelly.repast
Class BeginTag  view BeginTag download BeginTag.java

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.mrd.jelly.repast.BeginTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class BeginTag
extends org.apache.commons.jelly.TagSupport


Field Summary
protected  org.apache.commons.logging.Log log
           
private  SimModelWrapper model
          Holds value of property model.
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
BeginTag()
           
BeginTag(boolean arg0)
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput xMLOutput)
          Called by doTag(...).
 SimModelWrapper getModel()
          Getter for property model.
 void setModel(SimModelWrapper model)
          Setter for property model.
 
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
 

Field Detail

log

protected org.apache.commons.logging.Log log

model

private SimModelWrapper model
Holds value of property model.

Constructor Detail

BeginTag

public BeginTag()

BeginTag

public BeginTag(boolean arg0)
Method Detail

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.