oracle.cabo.ui.jsps.tags
Class SelectionTag

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

public class SelectionTag
extends BaseAttributeEnvelopeTag

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
SelectionTag()
           
 
Method Summary
protected  AttributeKey getAttributeKey()
          Override this to return the UINode AttributeKey that the contents of this attribute will set.
protected  java.lang.Class getRequiredType()
          Hook for returning the required type of this attribute.
 
Methods inherited from class oracle.cabo.ui.jsps.tags.BaseAttributeEnvelopeTag
doEndTag, doStartTag, getId, getPageContext, getParent, release, setAttribute, 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

SelectionTag

public SelectionTag()
Method Detail

getAttributeKey

protected AttributeKey getAttributeKey()
Description copied from class: BaseAttributeEnvelopeTag
Override this to return the UINode AttributeKey that the contents of this attribute will set.
Overrides:
getAttributeKey in class BaseAttributeEnvelopeTag

getRequiredType

protected java.lang.Class getRequiredType()
Description copied from class: BaseAttributeEnvelopeTag
Hook for returning the required type of this attribute. By default, this returns null, which means objects of any type will be accepted.
Overrides:
getRequiredType in class BaseAttributeEnvelopeTag