oracle.cabo.ui.jsps.tags
Class ProviderTag

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

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

ProviderTag

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