oracle.cabo.ui.jsps.tags
Class GlobalButtonsTag

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

public class GlobalButtonsTag
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
GlobalButtonsTag()
           
 
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

GlobalButtonsTag

public GlobalButtonsTag()
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