Package | Description |
---|---|
jakarta.faces.webapp | |
jakarta.servlet.jsp.jstl.core |
Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library.
|
jakarta.servlet.jsp.tagext |
Modifier and Type | Class and Description |
---|---|
class |
AttributeTag
Deprecated.
The Faces implementation must now provide the implementation for this class.
|
class |
ConverterELTag
ConverterELTag is a base class for all Jakarta Server Pages custom actions that create and register
a
Converter instance on the ValueHolder associated with our most immediate surrounding instance
of a tag whose implementation class is a subclass of UIComponentClassicTagBase . |
class |
ConverterTag
Deprecated.
This has been partially replaced by
ConverterELTag . The remainder of the functionality, namely,
the binding facility and the implementation of the ConverterTag.createConverter() method, is now an implementation detail. |
class |
FacetTag
FacetTag is the Jakarta Server Pages mechanism for denoting a
UIComponent is to be added as a facet to the component associated with
its parent. |
class |
ValidatorELTag
ValidatorELTag is a base class for all Jakarta Server Pages custom actions that create and register
a
Validator instance on the EditableValueHolder associated with our most immediate surrounding
instance of a tag whose implementation class is a subclass of UIComponentTag . |
class |
ValidatorTag
Deprecated.
This has been partially replaced by
ValidatorELTag . The remainder of the functionality, namely,
the binding facility and the implementation of the ValidatorTag.createValidator() method, is now an implementation detail. |
Modifier and Type | Class and Description |
---|---|
class |
ConditionalTagSupport
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP
scoped variable.
|
class |
LoopTagSupport
Base support class to facilitate implementation of iteration tags.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyTagSupport
A base class for defining tag handlers implementing BodyTag.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.