Uses of Class
jakarta.faces.webapp.UIComponentTagBase
Package | Description |
---|---|
com.sun.faces.ext.taglib | |
com.sun.faces.taglib.html_basic | |
com.sun.faces.taglib.jsf_core | |
jakarta.faces.webapp |
-
Uses of UIComponentTagBase in com.sun.faces.ext.taglib
Subclasses of UIComponentTagBase in com.sun.faces.ext.taglib Modifier and Type Class Description class
FocusTag
Tag to set focus to a given field. -
Uses of UIComponentTagBase in com.sun.faces.taglib.html_basic
Subclasses of UIComponentTagBase 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 UIComponentTagBase in com.sun.faces.taglib.jsf_core
Subclasses of UIComponentTagBase 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 UIComponentTagBase in jakarta.faces.webapp
Subclasses of UIComponentTagBase in jakarta.faces.webapp Modifier and Type Class Description class
UIComponentBodyTag
Deprecated.All component tags now implementBodyTag
.class
UIComponentClassicTagBase
UIComponentTagBase
is the base class for all Jakarta Server Pages tags that use the "classic" Jakarta Server Pages tag interface that correspond to aUIComponent
instance in the view.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.