Package jakarta.faces.webapp


package jakarta.faces.webapp
  • Classes
    Class
    Description
    Deprecated.
    The Faces implementation must now provide the implementation for this class.
    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.
    Deprecated.
    This has been partially replaced by ConverterELTag.
    FacesServlet is a Jakarta Servlet servlet that manages the request processing lifecycle for web applications that are utilizing Jakarta Server Faces to construct the user interface.
    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.
    This ExceptionHandlerFactory instance produces Jakarta Server Faces 1.2 compatible ExceptionHandler instances.
    Deprecated.
    All component tags now implement BodyTag.
    UIComponentTagBase is the base class for all Jakarta Server Pages tags that use the "classic" Jakarta Server Pages tag interface that correspond to a UIComponent instance in the view.
    UIComponentELTag specializes its superclass to allow for properties that take their values from Jakarta Expression Language expressions.
    Deprecated.
    Use of this class has been replaced with UIComponentELTag, which extends UIComponentClassicTagBase to add properties that use the Jakarta Expression Language API introduced as part of Jakarta Server Pages 2.1.
    UIComponentTagBase is the base class for all Jakarta Server Pages tags that correspond to a UIComponent instance in the view.
    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.
    Deprecated.
    This has been partially replaced by ValidatorELTag.