Servlet Api Info

There are lots of classes and interfaces belongs to servlet API, some of them are below

javax.servlet

Classes:

  • GenericServlet
  • ServletOutputStream
  • ServletInputStream
  • ServletResponseWrapper
  • ServletRequestWrapper
  • ServletContextEvent
  • ServeltRequestEvent
  • ServletException
  • etc.
Interfaces:
  • Servlet
  • ServletResponse
  • ServletRequest
  • ServletContext
  • ServletConfig
  • FilterConfig
  • Filter
  • etc.

javax.servlet.http

Classes:
  • HttpServlet
  • HttpSessionEvent
  • Cookie
  • HttpServletRequestWrapper
  • HttpServletResponseWrapper
  • etc.
Interfaces:
  • HttpSessionListener
  • HttpSessionAttributeListener
  • HttpServletRequest
  • HttpServletResponse
  • HttpSession
  • etc.

No comments:

Post a Comment