com.arsdigita.web
Class ServletRequestWrapper
java.lang.Object
com.arsdigita.web.ServletRequestWrapper
- All Implemented Interfaces:
- javax.servlet.ServletRequest
- Direct Known Subclasses:
- HttpServletRequestWrapper
- public class ServletRequestWrapper
- extends Object
- implements javax.servlet.ServletRequest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletRequestWrapper
public ServletRequestWrapper(javax.servlet.ServletRequest req)
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttribute in interface javax.servlet.ServletRequest
getAttributeNames
public Enumeration getAttributeNames()
- Specified by:
getAttributeNames in interface javax.servlet.ServletRequest
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncoding in interface javax.servlet.ServletRequest
getContentLength
public int getContentLength()
- Specified by:
getContentLength in interface javax.servlet.ServletRequest
getContentType
public String getContentType()
- Specified by:
getContentType in interface javax.servlet.ServletRequest
getInputStream
public javax.servlet.ServletInputStream getInputStream()
throws IOException
- Specified by:
getInputStream in interface javax.servlet.ServletRequest
- Throws:
IOException
getLocale
public Locale getLocale()
- Specified by:
getLocale in interface javax.servlet.ServletRequest
getLocales
public Enumeration getLocales()
- Specified by:
getLocales in interface javax.servlet.ServletRequest
getParameter
public String getParameter(String name)
- Specified by:
getParameter in interface javax.servlet.ServletRequest
getParameterMap
public Map getParameterMap()
- Specified by:
getParameterMap in interface javax.servlet.ServletRequest
getParameterNames
public Enumeration getParameterNames()
- Specified by:
getParameterNames in interface javax.servlet.ServletRequest
getParameterValues
public String[] getParameterValues(String name)
- Specified by:
getParameterValues in interface javax.servlet.ServletRequest
getProtocol
public String getProtocol()
- Specified by:
getProtocol in interface javax.servlet.ServletRequest
getReader
public BufferedReader getReader()
throws IOException
- Specified by:
getReader in interface javax.servlet.ServletRequest
- Throws:
IOException
getRealPath
public String getRealPath(String path)
- Specified by:
getRealPath in interface javax.servlet.ServletRequest
getRemoteAddr
public String getRemoteAddr()
- Specified by:
getRemoteAddr in interface javax.servlet.ServletRequest
getRemoteHost
public String getRemoteHost()
- Specified by:
getRemoteHost in interface javax.servlet.ServletRequest
getRequestDispatcher
public javax.servlet.RequestDispatcher getRequestDispatcher(String path)
- Specified by:
getRequestDispatcher in interface javax.servlet.ServletRequest
getScheme
public String getScheme()
- Specified by:
getScheme in interface javax.servlet.ServletRequest
getServerName
public String getServerName()
- Specified by:
getServerName in interface javax.servlet.ServletRequest
getServerPort
public int getServerPort()
- Specified by:
getServerPort in interface javax.servlet.ServletRequest
isSecure
public boolean isSecure()
- Specified by:
isSecure in interface javax.servlet.ServletRequest
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttribute in interface javax.servlet.ServletRequest
setAttribute
public void setAttribute(String name,
Object value)
- Specified by:
setAttribute in interface javax.servlet.ServletRequest
setCharacterEncoding
public void setCharacterEncoding(String env)
throws UnsupportedEncodingException
- Specified by:
setCharacterEncoding in interface javax.servlet.ServletRequest
- Throws:
UnsupportedEncodingException
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC