oracle.cabo.ui.jsps.tags
Class ProxyTag

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

public class ProxyTag
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
ProxyTag()
           
 
Method Summary
protected  AttributeKey getAttributeKey()
          Override this to return the UINode AttributeKey that the contents of this attribute will set.
 
Methods inherited from class oracle.cabo.ui.jsps.tags.BaseAttributeEnvelopeTag
doEndTag, doStartTag, getId, getPageContext, getParent, getRequiredType, 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

ProxyTag

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