the request comes from
- ServletRequest
- HttpServletRequest
- ServletRequest
- getAttribute(String)
- getLocalPort()
- getParameter()
- getParameterNames()
- HttpServletRequest
- getCookies()
- getHeader(String)
- getSession()
- getMethod()
now lets consider about the response.there are two interfaces which will be generating the response to the client
- ServletResponse
- HttpServletResponse
ServletResponse
- getWriter()
- setContentType()
- addHeader()
- addCookie()
- sendError()
No comments:
Post a Comment