UIX 2.2.15

oracle.cabo.ui.jsps.tags
Class FootnoteTag

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

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

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

FootnoteTag

public FootnoteTag()

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.15