Package de.mhus.lib.servlet
Interface RequestWrapper
-
- All Known Implementing Classes:
HttpServletRequestWrapper,PortletRequestWrapper
public interface RequestWrapper
-
-
Method Summary
-
-
-
Method Detail
-
getCookies
javax.servlet.http.Cookie[] getCookies()
-
getDateHeader
long getDateHeader(String name)
-
getCharacterEncoding
String getCharacterEncoding()
-
getHeaders
Enumeration<String> getHeaders(String name)
-
getIntHeader
int getIntHeader(String name)
-
getMethod
String getMethod()
-
getPathInfo
String getPathInfo()
-
getProtocol
String getProtocol()
-
getServerName
String getServerName()
-
getServerPort
int getServerPort()
-
getQueryString
String getQueryString()
-
getRemoteUser
String getRemoteUser()
-
getRemoteAddr
String getRemoteAddr()
-
getRemoteHost
String getRemoteHost()
-
removeAttribute
void removeAttribute(String name)
-
getRequestedSessionId
String getRequestedSessionId()
-
isSecure
boolean isSecure()
-
getSession
de.mhus.lib.core.IProperties getSession(boolean create)
-
getRemotePort
int getRemotePort()
-
getServletContext
javax.servlet.ServletContext getServletContext()
-
getSession
de.mhus.lib.core.IProperties getSession()
-
getSessionId
String getSessionId()
-
-