All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description BodyContent A JspWriter subclass that can be used to process body evaluations so they can re-extracted later on.BodyTag The BodyTag interface extends Tag by defining additional methods that let a Tag handler access its body.BodyTagSupport Actions in a Tag Library are defined through subclasses of Tag.Cookie 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.GenericServlet Defines a generic, protocol-independent servlet.HttpJspPage This is the interface that a JSP processor-generated class for the HTTP protocol must satisfy.HttpServlet Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.HttpServletRequest Extends theServletRequest
interface to provide request information for HTTP servlets.HttpServletResponse Extends theServletResponse
interface to provide HTTP-specific functionality in sending a response.HttpSession Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.HttpSessionBindingEvent Sent to an object that implementsHttpSessionBindingListener
when the object is bound to or unbound from the session.HttpSessionBindingListener Causes an object to be notified when it is bound to or unbound from a session.HttpSessionContext HttpUtils Provides a collection of methods that are useful in writing HTTP servlets.JspEngineInfo The JspEngineInfo is an abstract class that provides information on the current JSP engineJspException A generic exception known to the JSP engineJspFactory 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.JspPage This is the interface that a JSP processor-generated class must satisfy.JspTagException Exception to be used by a Tag Handler to indicate some unrecoverable error.JspWriter This abstract class emulates some of the functionality found in the java.io.BufferedWriter and java.io.PrintWriter classes, however it differs in that it throws java.io.IOException from the print methods with PrintWriter does not.PageContext A PageContext instance provides access to all the namespaces associated with a JSP page, provides access to several page attributes, as well as a layer above the implementation details.RequestDispatcher Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.Servlet Defines methods that all servlets must implement.ServletConfig A servlet configuration object used by a servlet container used to pass information to a servlet during initialization.ServletContext Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.ServletException Defines a general exception a servlet can throw when it encounters difficulty.ServletInputStream Provides an input stream for reading binary data from a client request, including an efficientreadLine
method for reading data one line at a time.ServletOutputStream Provides an output stream for sending binary data to the client.ServletRequest Defines an object to provide client request information to a servlet.ServletResponse Defines an object to assist a servlet in sending a response to the client.SingleThreadModel Ensures that servlets handle only one request at a time.Tag The Tag interface defines the basic protocol between a Tag handler and JSP page implementation class.TagAttributeInfo Information on Tag Attributes; this class is instantiated from the Tag Library Descriptor file (TLD).TagData Tag instance attribute(s)/value(s); often this data is fully static in the case where none of the attributes have runtime expresssions as their values.TagExtraInfo Extra Tag Information for a Custom Tag; this class is mentioned in the Tag Library Descriptor file (TLD).TagInfo Tag information for a tag in a Tag Library; this class is instantiated from the Tag Library Descriptor file (TLD).TagLibraryInfo Information on the Tag Library; this class is instantiated from the Tag Library Descriptor file (TLD).TagSupport Actions in a Tag Library are defined through subclasses of Tag.UnavailableException Defines an exception that a servlet throws to indicate that it is permanently or temporarily unavailable.VariableInfo Information on the scripting variables that are created/modified by a tag (at run-time); this information is provided by TagExtraInfo classes and it is used by the translation phase of JSP.