Uses of Class
jakarta.faces.webapp.UIComponentClassicTagBase
Package | Description |
---|---|
com.sun.faces.ext.taglib | |
com.sun.faces.taglib.html_basic | |
com.sun.faces.taglib.jsf_core | |
jakarta.faces.webapp |
-
Uses of UIComponentClassicTagBase in com.sun.faces.ext.taglib
Subclasses of UIComponentClassicTagBase in com.sun.faces.ext.taglib Modifier and Type Class Description class
FocusTag
Tag to set focus to a given field. -
Uses of UIComponentClassicTagBase in com.sun.faces.taglib.html_basic
Subclasses of UIComponentClassicTagBase in com.sun.faces.taglib.html_basic Modifier and Type Class Description class
ColumnTag
class
CommandButtonTag
class
CommandLinkTag
class
DataTableTag
class
FormTag
class
GraphicImageTag
class
InputFileTag
class
InputHiddenTag
class
InputSecretTag
class
InputTextareaTag
class
InputTextTag
class
MessagesTag
class
MessageTag
class
OutputFormatTag
class
OutputLabelTag
class
OutputLinkTag
class
OutputTextTag
class
PanelGridTag
class
PanelGroupTag
class
SelectBooleanCheckboxTag
class
SelectManyCheckboxTag
class
SelectManyListboxTag
class
SelectManyMenuTag
class
SelectOneListboxTag
class
SelectOneMenuTag
class
SelectOneRadioTag
-
Uses of UIComponentClassicTagBase in com.sun.faces.taglib.jsf_core
Subclasses of UIComponentClassicTagBase in com.sun.faces.taglib.jsf_core Modifier and Type Class Description class
ParameterTag
class
SelectItemsTag
This class is the tag handler that evaluates theselectitems
custom tag.class
SelectItemTag
This class is the tag handler that evaluates theselectitem
custom tag.class
SubviewTag
class
VerbatimTag
Tag implementation that creates aUIOutput
instance and allows the user to write raw markup.class
ViewTag
All Faces component tags must be nested within a f:view tag. -
Uses of UIComponentClassicTagBase in jakarta.faces.webapp
Subclasses of UIComponentClassicTagBase in jakarta.faces.webapp Modifier and Type Class Description class
UIComponentBodyTag
Deprecated.All component tags now implementBodyTag
.class
UIComponentELTag
UIComponentELTag
specializes its superclass to allow for properties that take their values from Jakarta Expression Language expressions.class
UIComponentTag
Deprecated.Use of this class has been replaced withUIComponentELTag
, which extendsUIComponentClassicTagBase
to add properties that use the Jakarta Expression Language API introduced as part of Jakarta Server Pages 2.1.Methods in jakarta.faces.webapp that return UIComponentClassicTagBase Modifier and Type Method Description static UIComponentClassicTagBase
UIComponentClassicTagBase. getParentUIComponentClassicTagBase(jakarta.servlet.jsp.PageContext context)
Locate and return the nearest enclosingUIComponentClassicTagBase
if any; otherwise, returnnull
.Methods in jakarta.faces.webapp with parameters of type UIComponentClassicTagBase Modifier and Type Method Description protected void
UIComponentClassicTagBase. addVerbatimAfterComponent(UIComponentClassicTagBase parentTag, UIComponent verbatim, UIComponent component)
Add verbatim as a sibling of component in component in the parent's child list.protected void
UIComponentClassicTagBase. addVerbatimBeforeComponent(UIComponentClassicTagBase parentTag, UIComponent verbatim, UIComponent component)
Add verbatim as a sibling of component in component in the parent's child list.