Package javax.faces.webapp

Classes required for integration of JavaServer Faces int web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags.

See:
          Description

Class Summary
AttributeTag Tag implementation that adds an attribute with a specified name and String value to the component whose tag it is nested inside, if the component does not already contain an attribute with the same name.
FacesBodyTag Deprecated. Use UIComponentBodyTag instead.
FacesServlet FacesServlet is a servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.
FacesTag Deprecated. Use UIComponentTag instead.
FacetTag FacetTag is the JSP mechanism for denoting a UIComponent is to be added as a facet to the component associated with its parent.
JspResponseWriter JspResponseWriter is a concrete implementation of ResponseWriter that wraps a PageContext passed to its constructor.
ServletResponseWriter ServletResponseWriter is a concrete implementation of ResponseWriter that wraps a PrintWriter passed to its constructor.
UIComponentBodyTag UIComponentBodyTag is a base class for all JSP custom actions, related to a UIComponent, that need to process their tag bodies.
UIComponentTag UIComponentTag is a base class for all JSP custom actions that correspond to user interface components in a page that is rendered by JavaServer Faces.
ValidatorTag ValidatorTag is a base class for all JSP custom actions that create and register a Validator instance on the UIComponent associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentTag.
 

Package javax.faces.webapp Description

Classes required for integration of JavaServer Faces int web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags.