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

Quick Search    Search Deep

com.aendvari.tethys.tag.logic
Class CaseTag  view CaseTag download CaseTag.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.aendvari.tethys.tag.data.DataTag
          extended bycom.aendvari.tethys.tag.context.ContextTag
              extended bycom.aendvari.tethys.tag.model.ModelTreeTag
                  extended bycom.aendvari.tethys.tag.logic.CaseTag
All Implemented Interfaces:
com.aendvari.tethys.tag.context.ContextAncestorTag, com.aendvari.tethys.tag.data.DataAncestorTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, com.aendvari.tethys.tag.model.ModelTreeAncestorTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class CaseTag
extends com.aendvari.tethys.tag.model.ModelTreeTag

Comparison value for match tags.


Field Summary
protected  java.lang.String value
          string of the value to match
 
Fields inherited from class com.aendvari.tethys.tag.model.ModelTreeTag
modelContext, modelContextMethod, path
 
Fields inherited from class com.aendvari.tethys.tag.context.ContextTag
context
 
Fields inherited from class com.aendvari.tethys.tag.data.DataTag
dataScope, name
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
CaseTag()
           
 
Method Summary
 int doStartTag()
          Default processing of the start tag, returning SKIP_BODY.
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class com.aendvari.tethys.tag.model.ModelTreeTag
establishModelContext, getModelContext, getModelNode, getParentModelContext, getPath, release, setPath
 
Methods inherited from class com.aendvari.tethys.tag.context.ContextTag
determineContext, getContext, getParentContext, setContext
 
Methods inherited from class com.aendvari.tethys.tag.data.DataTag
getDataScope, getName, setDataScope, setName
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, 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
 

Field Detail

value

protected java.lang.String value
string of the value to match

Constructor Detail

CaseTag

public CaseTag()
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Description copied from class: javax.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.