|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagExtraInfo | +--oracle.cabo.ui.jsps.tags.BaseTagExtraInfo
Base class for UIX JSP TagExtraInfo.
Constructor Summary | |
BaseTagExtraInfo()
|
Method Summary | |
protected java.lang.String |
getAttributeName()
Return the name of the Tag attribute to use for a scriptable variable. |
protected abstract java.lang.String |
getClassName()
Override this to return the full class name of the type of object exposed by this TagExtraInfo. |
javax.servlet.jsp.tagext.VariableInfo[] |
getVariableInfo(javax.servlet.jsp.tagext.TagData data)
|
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo |
getTagInfo, isValid, setTagInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseTagExtraInfo()
Method Detail |
public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
getVariableInfo
in class javax.servlet.jsp.tagext.TagExtraInfo
protected abstract java.lang.String getClassName()
protected java.lang.String getAttributeName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |