oracle.cabo.ui.jsps.tags
Class CaseTag

java.lang.Object
  |
  +--oracle.cabo.ui.jsps.tags.BaseTag
        |
        +--oracle.cabo.ui.jsps.tags.BaseNamedChildTag
              |
              +--oracle.cabo.ui.jsps.tags.CaseTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag, UINodeEnvelopeTag, UIXTag

public class CaseTag
extends BaseNamedChildTag

Tag for (used in Switcher)


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()
           
protected  java.lang.String getChildName()
          Override this to return the name of the named child.
 void setName(java.lang.String name)
           
 
Methods inherited from class oracle.cabo.ui.jsps.tags.BaseNamedChildTag
addNode, doEndTag, getId, getPageContext, getParent, release, setId, setPageContext, setParent
 
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
doEndTag, getParent, release, setPageContext, setParent
 

Constructor Detail

CaseTag

public CaseTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overrides:
doStartTag in class BaseNamedChildTag

setName

public void setName(java.lang.String name)

getChildName

protected java.lang.String getChildName()
Description copied from class: BaseNamedChildTag
Override this to return the name of the named child.
Overrides:
getChildName in class BaseNamedChildTag