Changed Methods | ||
ServletContext
getServletContext
() |
Change in return type from
ServletContext to
javax.servlet.ServletContext . |
Gets the context associated with the servlet. |
void
setHttpRequest
(HttpServletRequest ) |
Change in signature from
HttpServletRequest to
javax.servlet.http.HttpServletRequest . |
Sets the HttpServletRequest. |
void
setServletContext
(ServletContext ) |
Change in signature from
ServletContext to
javax.servlet.ServletContext . |
Sets the servlet context. |
Changed Fields | ||
ServletContext
servletContext
|
Change in type from ServletContext to
javax.servlet.ServletContext . |