| Library: | Servlet API |
| Version: | 2.4 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| BodyContent | javax.servlet.jsp.tagext | An encapsulation of the evaluation of the body of an action so it is available to a tag handler. |
| BodyTagSupport | javax.servlet.jsp.tagext | A base class for defining tag handlers implementing BodyTag. |
| Cookie | javax.servlet.http | Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server. |
| ErrorData | javax.servlet.jsp | Contains information about an error, for error pages. |
| Expression | javax.servlet.jsp.el | The abstract class for a prepared expression. |
| ExpressionEvaluator | javax.servlet.jsp.el | The abstract base class for an expression-language evaluator. |
| FunctionInfo | javax.servlet.jsp.tagext | Information for a function in a Tag Library. |
| GenericServlet | javax.servlet | Defines a generic, protocol-independent servlet. |
| HttpServlet | javax.servlet.http | Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. |
| HttpServletRequestWrapper | javax.servlet.http | Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. |
| HttpServletResponseWrapper | javax.servlet.http | Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. |
| HttpSessionBindingEvent | javax.servlet.http | Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session. |
| HttpSessionEvent | javax.servlet.http | This is the class representing event notifications for changes to sessions within a web application. |
| HttpUtils | javax.servlet.http | No description provided. |
| JspContext | javax.servlet.jsp |
|
| JspEngineInfo | javax.servlet.jsp | The JspEngineInfo is an abstract class that provides information on the current JSP engine. |
| JspFactory | javax.servlet.jsp | The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation. |
| JspFragment | javax.servlet.jsp.tagext | Encapsulates a portion of JSP code in an object that can be invoked as many times as needed. |
| JspWriter | javax.servlet.jsp | The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object. |
| PageContext | javax.servlet.jsp | PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment. |
| PageData | javax.servlet.jsp.tagext | Translation-time information on a JSP page. |
| ServletContextAttributeEvent | javax.servlet | This is the event class for notifications about changes to the attributes of the servlet context of a web application. |
| ServletContextEvent | javax.servlet | This is the event class for notifications about changes to the servlet context of a web application. |
| ServletInputStream | javax.servlet | Provides an input stream for reading binary data from a client
request, including an efficient readLine method
for reading data one line at a time. |
| ServletOutputStream | javax.servlet | Provides an output stream for sending binary data to the client. |
| ServletRequestAttributeEvent | javax.servlet | This is the event class for notifications about changes to the attributes of the servlet request of a web application. |
| ServletRequestEvent | javax.servlet | This is the event class for notifications about changes to the servlet request of a web application. |
| ServletRequestWrapper | javax.servlet | Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. |
| ServletResponseWrapper | javax.servlet | Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. |
| SimpleTagSupport | javax.servlet.jsp.tagext | A base class for defining tag handlers implementing SimpleTag. |
| TagAdapter | javax.servlet.jsp.tagext | Wraps any SimpleTag and exposes it using a Tag interface. |
| TagAttributeInfo | javax.servlet.jsp.tagext | Information on the attributes of a Tag, available at translation time. |
| TagData | javax.servlet.jsp.tagext | The (translation-time only) attribute/value information for a tag instance. |
| TagExtraInfo | javax.servlet.jsp.tagext | Optional class provided by the tag library author to describe additional translation-time information not described in the TLD. |
| TagFileInfo | javax.servlet.jsp.tagext | Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time. |
| TagInfo | javax.servlet.jsp.tagext | Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time. |
| TagLibraryInfo | javax.servlet.jsp.tagext | Translation-time information associated with a taglib directive, and its underlying TLD file. |
| TagLibraryValidator | javax.servlet.jsp.tagext | Translation-time validator class for a JSP page. |
| TagSupport | javax.servlet.jsp.tagext | A base class for defining new tag handlers implementing Tag. |
| TagVariableInfo | javax.servlet.jsp.tagext | Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time. |
| ValidationMessage | javax.servlet.jsp.tagext | A validation message from either TagLibraryValidator or TagExtraInfo. |
| VariableInfo | javax.servlet.jsp.tagext | Information on the scripting variables that are created/modified by a tag (at run-time). |
| Search |




