public class PatchedHttpServletRequest extends HttpServletRequestDelegate
delegate
Constructor and Description |
---|
PatchedHttpServletRequest(javax.servlet.http.HttpServletRequest delegate,
String contextPath) |
Modifier and Type | Method and Description |
---|---|
String |
getContextPath() |
String |
getRequestURI() |
StringBuffer |
getRequestURL() |
getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setCharacterEncoding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PatchedHttpServletRequest(javax.servlet.http.HttpServletRequest delegate, String contextPath)
public String getContextPath()
getContextPath
in interface javax.servlet.http.HttpServletRequest
getContextPath
in class HttpServletRequestDelegate
public String getRequestURI()
getRequestURI
in interface javax.servlet.http.HttpServletRequest
getRequestURI
in class HttpServletRequestDelegate
public StringBuffer getRequestURL()
getRequestURL
in interface javax.servlet.http.HttpServletRequest
getRequestURL
in class HttpServletRequestDelegate
Copyright © 2013. All Rights Reserved.