public class HttpServletRequestWrapper extends Object implements RequestWrapper
| Constructor and Description |
|---|
HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest instance) |
public HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest instance)
public Object getAttribute(String name)
getAttribute in interface RequestWrapperpublic javax.servlet.http.Cookie[] getCookies()
getCookies in interface RequestWrapperpublic Iterator<String> getAttributeNames()
getAttributeNames in interface RequestWrapperpublic long getDateHeader(String name)
getDateHeader in interface RequestWrapperpublic String getCharacterEncoding()
getCharacterEncoding in interface RequestWrapperpublic String getHeader(String name)
getHeader in interface RequestWrapperpublic Enumeration<String> getHeaders(String name)
getHeaders in interface RequestWrapperpublic String getParameter(String name)
getParameter in interface RequestWrapperpublic Iterator<String> getHeaderNames()
getHeaderNames in interface RequestWrapperpublic int getIntHeader(String name)
getIntHeader in interface RequestWrapperpublic Iterator<String> getParameterNames()
getParameterNames in interface RequestWrapperpublic String getMethod()
getMethod in interface RequestWrapperpublic String[] getParameterValues(String name)
getParameterValues in interface RequestWrapperpublic String getPathInfo()
getPathInfo in interface RequestWrapperpublic Map<String,String[]> getParameterMap()
getParameterMap in interface RequestWrapperpublic String getProtocol()
getProtocol in interface RequestWrapperpublic String getServerName()
getServerName in interface RequestWrapperpublic int getServerPort()
getServerPort in interface RequestWrapperpublic String getQueryString()
getQueryString in interface RequestWrapperpublic String getRemoteUser()
getRemoteUser in interface RequestWrapperpublic String getRemoteAddr()
getRemoteAddr in interface RequestWrapperpublic String getRemoteHost()
getRemoteHost in interface RequestWrapperpublic void setAttribute(String name, Object o)
setAttribute in interface RequestWrapperpublic void removeAttribute(String name)
removeAttribute in interface RequestWrapperpublic String getRequestedSessionId()
getRequestedSessionId in interface RequestWrapperpublic boolean isSecure()
isSecure in interface RequestWrapperpublic de.mhus.lib.core.IProperties getSession(boolean create)
getSession in interface RequestWrapperpublic int getRemotePort()
getRemotePort in interface RequestWrapperpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface RequestWrapperpublic de.mhus.lib.core.IProperties getSession()
getSession in interface RequestWrapperpublic String getSessionId()
getSessionId in interface RequestWrapperCopyright © 2018. All rights reserved.