javax.servlet
ServletRequest
----------------------------------
+getAttribute
+getAttributeName
+getCharacterEncoding
+getContentLength
+getContentType
+getInputStream
+getLocale
+getLocales
+getParameter
+getParameterNames
+getParameterValues
+getProtocol
+getReader
+getRealPath
+getRemoteAddr
+getRemoteHost
+getRequestDispatcher
+getScheme
+getServerName
+getServerPort
+isSecure
+removeAttribute
+setAttribute
Servlet
---------------------------
+destroy
+getServletConfig
+getServletInfo
+init
+service
ServletResponse
-----------------------------
+flushBuffer
+getBufferSize
+getCharacterEncoding
+getLocale
+getOutputStream
+getWriter
+isCommitted
+reset
+setBufferSize
+setContentLength
+setContentType
+setLocale
ServletConfig
-------------------------------
+getInitParameter
+getInitParameterNames
+getServletContext
+getServletName
GenericServlet
------------------------------
+GenericServlet
+destroy
+getInitParameter
+getInitParameterNames
+getServletConfig
+getServletContext
+getServletInfo
+getServletName
+init
+log
+service
ServletContext
---------------------------------
+getAttribute
+getAttributeNames
+getContext
+getInitParameter
+getInitParameterNames
+getMajorVersion
+getMinorVersion
+getNamedDispatcher
+getRealPath
+getRequestDispatcher
+getResource
+getResousceAsStream
+getServletInfo
+getServletNames
+getServlets
+log
+removeAttribute
+setAttribute
RequestDispatcher
-------------------------------
+forward
+include
ServletOutputStream
---------------------------
+ServletOutputStream
+print
+println
SingleThreadModel
ServletContextListener
-------------------------------
+contextDestroyed
+contextInitialized
ServletInputStream
--------------------------
+ServletInputStream
+readLine
ServletContextEvent
-------------------------------
+ServletContextEvent
+getServletContext
ServletContextAttributeListener
------------------------------------
+attributeAdded
+attributeRemoved
+attributeReplaced
ServletContextAttributeEvent
--------------------------------
+ServletContextAttributeEvent
+getName
+getValue