UIX 2.2.8

oracle.cabo.ui.jsps.tags
Class BaseTagExtraInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--oracle.cabo.ui.jsps.tags.BaseTagExtraInfo
Direct Known Subclasses:
AddTableRowTEI, ApplicationSwitcherTEI, BodyTEI, BorderLayoutTEI, BreadCrumbsTEI, BrowseMenuTEI, BulletedListTEI, ButtonTEI, CellFormatTEI, CheckBoxTEI, ChoiceTEI, ColorFieldTEI, ColorPaletteTEI, ColorPickerTEI, ColumnGroupTEI, ColumnTEI, ContentContainerTEI, ContentFooterTEI, DataScopeTEI, DateFieldTEI, DisplayExceptionTEI, DocumentTEI, FileUploadTEI, FlowLayoutTEI, FooterTEI, FormattedTextTEI, FormParameterTEI, FormTEI, FormValueTEI, FrameBorderLayoutTEI, FrameTEI, GlobalButtonBarTEI, GlobalButtonTEI, GlobalHeaderTEI, HeaderTEI, HeadTEI, HGridTEI, HideShowHeaderTEI, HideShowTEI, IconKeyTEI, IconTEI, ImageTEI, ImportScriptTEI, IncludeTEI, InlineDatePickerTEI, InlineMessageTEI, LabeledFieldLayoutTEI, LinkTEI, ListOfValuesTEI, ListTEI, LovChoiceTEI, LovFieldTEI, LovInputTEI, LovSelectColumnTEI, MediaTEI, MessageBoxTEI, MessageCheckBoxTEI, MessageChoiceTEI, MessageColorFieldTEI, MessageComponentLayoutTEI, MessageDateFieldTEI, MessageFileUploadTEI, MessageLayoutTEI, MessageListTEI, MessageLovChoiceTEI, MessageLovFieldTEI, MessageLovInputTEI, MessagePromptTEI, MessageRadioButtonTEI, MessageRadioGroupTEI, MessageRadioSetTEI, MessageStyledTextTEI, MessageTextInputTEI, MessageTextTEI, MultipleSelectionTEI, NavigationBarTEI, OptionTEI, PageButtonBarTEI, PageHeaderLayoutTEI, PageLayoutTEI, PartialRootTEI, ProcessingTEI, ProductBrandingTEI, RadioButtonTEI, RadioGroupTEI, RadioSetTEI, RawTextTEI, RenderingContextTEI, ResetButtonTEI, RowLayoutTEI, ScriptTEI, SeparatorTEI, ServletIncludeTEI, ShuttleTEI, SideBarTEI, SideNavTEI, SingleSelectionTEI, SortableHeaderTEI, SpacerTEI, StackLayoutTEI, StyledItemTEI, StyledListTEI, StyledTextTEI, StyleSheetTEI, SubmitButtonTEI, SubTabBarTEI, SubTabLayoutTEI, SwitcherTEI, TabBarTEI, TableFooterTEI, TableLayoutTEI, TableTEI, TextInputTEI, TextTEI, TipTEI, TotalRowTEI, TrainTEI, TreeTEI, TryTEI, UrlIncludeTEI

public abstract class BaseTagExtraInfo
extends javax.servlet.jsp.tagext.TagExtraInfo

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

BaseTagExtraInfo

public BaseTagExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo

getClassName

protected abstract java.lang.String getClassName()
Override this to return the full class name of the type of object exposed by this TagExtraInfo.

getAttributeName

protected java.lang.String getAttributeName()
Return the name of the Tag attribute to use for a scriptable variable. Defaults to "id".

UIX 2.2.8