Notes On Servlet API or Explain about the servlet packages
11/12/10Posted by
Fulto
0 Comments
Servlet API contains the following 2 paclages.
2. java.servlet.http
Package java.servlet
This package contains the following list of classes and interfaces
Interfaces
- RequestDispatcher
- Servlet
- ServletConfig
- ServletContext
- ServletRequest
- ServletResponse
- SingleThreadModel
Classes
- GenericServlet
- ServletException
- ServletInputStream
- ServletOutputStream
- UnavailableException
This package contains the following list of interfaces and classes
Interfaces
- HttpServletRequest
- HttpServletResponse
- HttpSession
- HttpSessionBindingListener
- HttpSessionContext
Classes
- Cookie
- HttpServlet
- HttpSessionBindingEvent
- HttpUtils
People who read this post also read :
Labels:
SERVLETS
Subscribe to:
Post Comments (Atom)