com.aragost.servlet
Class HttpServletRequestInfo
java.lang.Object
|
+--com.aragost.servlet.HttpServletRequestInfo
- public class HttpServletRequestInfo
- extends java.lang.Object
Constructor Summary |
HttpServletRequestInfo(javax.servlet.http.HttpServletRequest req)
Creates a new HttpServletRequestInfo object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServletRequestInfo
public HttpServletRequestInfo(javax.servlet.http.HttpServletRequest req)
- Creates a new HttpServletRequestInfo object.
- Parameters:
req
- DOCUMENT ME!
init
protected void init(javax.servlet.http.HttpServletRequest req)
getAuthType
public java.lang.String getAuthType()
- See Also:
HttpServletRequest.getAuthType()
getCookies
public javax.servlet.http.Cookie[] getCookies()
- See Also:
HttpServletRequest.getCookies()
getMethod
public java.lang.String getMethod()
- See Also:
HttpServletRequest.getMethod()
getPathInfo
public java.lang.String getPathInfo()
- See Also:
HttpServletRequest.getPathInfo()
getPathTranslated
public java.lang.String getPathTranslated()
- See Also:
HttpServletRequest.getPathTranslated()
getContextPath
public java.lang.String getContextPath()
- See Also:
HttpServletRequest.getContextPath()
getQueryString
public java.lang.String getQueryString()
- See Also:
HttpServletRequest.getQueryString()
getRemoteUser
public java.lang.String getRemoteUser()
- See Also:
HttpServletRequest.getRemoteUser()
getRequestedSessionId
public java.lang.String getRequestedSessionId()
- See Also:
HttpServletRequest.getRequestedSessionId()
getRequestURI
public java.lang.String getRequestURI()
- See Also:
HttpServletRequest.getRequestURI()
getServletPath
public java.lang.String getServletPath()
- See Also:
HttpServletRequest.getServletPath()
getSession
public javax.servlet.http.HttpSession getSession()
- See Also:
HttpServletRequest.getSession()
isRequestedSessionIdValid
public boolean isRequestedSessionIdValid()
- See Also:
HttpServletRequest.isRequestedSessionIdValid()
isRequestedSessionIdFromCookie
public boolean isRequestedSessionIdFromCookie()
- See Also:
HttpServletRequest.isRequestedSessionIdFromCookie()
isRequestedSessionIdFromURL
public boolean isRequestedSessionIdFromURL()
- See Also:
HttpServletRequest.isRequestedSessionIdFromURL()
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
- See Also:
ServletRequest#getAttribute(String)
getAttributeNames
public java.util.Enumeration getAttributeNames()
- See Also:
ServletRequest#getAttributeNames()
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- See Also:
ServletRequest#getCharacterEncoding()
getContentLength
public int getContentLength()
- See Also:
ServletRequest#getContentLength()
getContentType
public java.lang.String getContentType()
- See Also:
ServletRequest#getContentType()
getParameter
public java.lang.String getParameter(java.lang.String name)
- See Also:
ServletRequest#getParameter(String)
getParameterNames
public java.util.Enumeration getParameterNames()
- See Also:
ServletRequest#getParameterNames()
getParameterValues
public java.lang.String[] getParameterValues(java.lang.String name)
- See Also:
ServletRequest#getParameterValues(String)
getParameterMap
public java.util.Map getParameterMap()
- See Also:
ServletRequest#getParameterMap()
getAttributeMap
public java.util.Map getAttributeMap()
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!
getProtocol
public java.lang.String getProtocol()
- See Also:
ServletRequest#getProtocol()
getScheme
public java.lang.String getScheme()
- See Also:
ServletRequest#getScheme()
getServerName
public java.lang.String getServerName()
- See Also:
ServletRequest#getServerName()
getServerPort
public int getServerPort()
- See Also:
ServletRequest#getServerPort()
getRemoteAddr
public java.lang.String getRemoteAddr()
- See Also:
ServletRequest#getRemoteAddr()
getRemoteHost
public java.lang.String getRemoteHost()
- See Also:
ServletRequest#getRemoteHost()
setAttribute
public void setAttribute(java.lang.String name,
java.lang.Object value)
- See Also:
ServletRequest#setAttribute(String, Object)
removeAttribute
public void removeAttribute(java.lang.String name)
- See Also:
ServletRequest#removeAttribute(String)
getLocale
public java.util.Locale getLocale()
- See Also:
ServletRequest#getLocale()
isSecure
public boolean isSecure()
- See Also:
ServletRequest#isSecure()