|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
void exposeForwardRequestAttributes(HttpServletRequest ) |
Expose the current request URI and paths as javax.servlet.http.HttpServletRequest attributes under the keys defined in the Servlet 2.4 specification, for containers that implement 2.3 or an earlier version of the Servlet API: {@code javax.servlet.forward.request_uri}, {@code javax.servlet.forward.context_path}, {@code javax.servlet.forward.servlet_path}, {@code javax.servlet.forward.path_info}, {@code javax.servlet.forward.query_string}. |
Changed Methods | ||
Object getOrCreateSessionAttribute(HttpSession, |
Change in signature from (HttpSession, String, Class ) to (HttpSession, String, Class<?> ). |
Get the specified session attribute, creating and setting a new attribute if no existing found. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |