Uses of Package
javax.servlet.http

Packages that use javax.servlet.http
com.acme   
com.sun.appserv   
javax.servlet.http   
javax.servlet.jsp Classes and interfaces for the Core JSP 2.0 API. 
javax.servlet.jsp.jstl.core Classes and interfaces related to the core tag library component of the JavaServer Pages Standard Tag Library (JSTL). 
org.apache.jasper.runtime   
org.apache.jasper.servlet   
org.apache.taglibs.standard.tag.common.core   
org.mortbay.cometd   
org.mortbay.cometd.continuation   
org.mortbay.jetty   
org.mortbay.jetty.ajp   
org.mortbay.jetty.example   
org.mortbay.jetty.handler   
org.mortbay.jetty.security   
org.mortbay.jetty.servlet   
org.mortbay.jetty.testing   
org.mortbay.jetty.webapp   
org.mortbay.servlet   
org.mortbay.servlet.jetty   
org.mortbay.util.ajax   
 

Classes in javax.servlet.http used by com.acme
HttpServlet
          Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpSessionActivationListener
          Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener
          This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
HttpSessionBindingEvent
          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
          This is the class representing event notifications for changes to sessions within a web application.
HttpSessionListener
          Implementations of this interface are notified of changes to the list of active sessions in a web application.
 

Classes in javax.servlet.http used by com.sun.appserv
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
 

Classes in javax.servlet.http used by javax.servlet.http
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.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse 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
          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.
HttpSessionContext
          Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent
          This is the class representing event notifications for changes to sessions within a web application.
 

Classes in javax.servlet.http used by javax.servlet.jsp
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse 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.
 

Classes in javax.servlet.http used by javax.servlet.jsp.jstl.core
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.
 

Classes in javax.servlet.http used by org.apache.jasper.runtime
HttpServlet
          Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper
          Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
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.
 

Classes in javax.servlet.http used by org.apache.jasper.servlet
HttpServlet
          Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
 

Classes in javax.servlet.http used by org.apache.taglibs.standard.tag.common.core
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
 

Classes in javax.servlet.http used by org.mortbay.cometd
HttpServlet
          Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
 

Classes in javax.servlet.http used by org.mortbay.cometd.continuation
HttpServlet
          Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
 

Classes in javax.servlet.http used by org.mortbay.jetty
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.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse 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.
 

Classes in javax.servlet.http used by org.mortbay.jetty.ajp
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
 

Classes in javax.servlet.http used by org.mortbay.jetty.example
HttpServlet
          Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
 

Classes in javax.servlet.http used by org.mortbay.jetty.handler
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
 

Classes in javax.servlet.http used by org.mortbay.jetty.security
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
 

Classes in javax.servlet.http used by org.mortbay.jetty.servlet
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.
HttpServlet
          Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse 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.
HttpSessionContext
          Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
 

Classes in javax.servlet.http used by org.mortbay.jetty.testing
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.
 

Classes in javax.servlet.http used by org.mortbay.jetty.webapp
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
 

Classes in javax.servlet.http used by org.mortbay.servlet
HttpServlet
          Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper
          Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
 

Classes in javax.servlet.http used by org.mortbay.servlet.jetty
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletResponse
          Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper
          Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
 

Classes in javax.servlet.http used by org.mortbay.util.ajax
HttpServletRequest
          Extends the ServletRequest interface to provide request information for HTTP servlets.
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.