UIX 2.2.8

oracle.cabo.ui.jsps.tags
Class RightTag

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

public class RightTag
extends BaseNamedChildTag

An automatically generated tag file.


Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
RightTag()
           
 
Method Summary
protected  java.lang.String getChildName()
          Override this to return the name of the named child.
 
Methods inherited from class oracle.cabo.ui.jsps.tags.BaseNamedChildTag
addNode, doEndTag, doStartTag, 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

RightTag

public RightTag()
Method Detail

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

UIX 2.2.8