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

Quick Search    Search Deep

org.sbugs.tags
Class StateTransitionsTag  view StateTransitionsTag download StateTransitionsTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.sbugs.tags.StateTransitionsTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class StateTransitionsTag
extends javax.servlet.jsp.tagext.BodyTagSupport


Field Summary
private  int currStateId
           
private  java.lang.String name
           
private  java.util.Iterator transitionIterator
           
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
StateTransitionsTag()
           
 
Method Summary
 int doAfterBody()
          After the body evaluation: do not reevaluate and continue with the page.
 int doStartTag()
          Default processing of the start tag returning EVAL_BODY_BUFFERED.
protected  int getCurrStateIdInt()
           
protected  java.util.Iterator getIterator()
           
 java.lang.String getName()
           
 void setCurrStateId(java.lang.String id)
           
 void setName(java.lang.String nameParam)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

currStateId

private int currStateId

name

private java.lang.String name

transitionIterator

private java.util.Iterator transitionIterator
Constructor Detail

StateTransitionsTag

public StateTransitionsTag()
Method Detail

setName

public void setName(java.lang.String nameParam)

getName

public java.lang.String getName()

setCurrStateId

public void setCurrStateId(java.lang.String id)

getCurrStateIdInt

protected int getCurrStateIdInt()

getIterator

protected java.util.Iterator getIterator()
                                  throws javax.servlet.jsp.JspException

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Description copied from class: javax.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED.


doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Description copied from class: javax.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page. By default nothing is done with the bodyContent data (if any).