jason.service.crusader.javaximpl
Class ServletRequestImpl
java.lang.Object
|
+--jason.service.crusader.javaximpl.ServletRequestImpl
- All Implemented Interfaces:
- javax.servlet.ServletRequest
- Direct Known Subclasses:
- HttpServletRequestImpl
- public class ServletRequestImpl
- extends java.lang.Object
- implements javax.servlet.ServletRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toClientStream
protected javax.servlet.ServletInputStream toClientStream
reader
protected java.io.BufferedReader reader
parser
protected HttpRequestParser parser
ServletRequestImpl
public ServletRequestImpl(HttpRequestParser parser)
getAttribute
public java.lang.Object getAttribute(java.lang.String attributreName)
- Specified by:
getAttribute
in interface javax.servlet.ServletRequest
getAttributeNames
public java.util.Enumeration getAttributeNames()
- Specified by:
getAttributeNames
in interface javax.servlet.ServletRequest
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interface javax.servlet.ServletRequest
getContentLength
public int getContentLength()
- Specified by:
getContentLength
in interface javax.servlet.ServletRequest
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType
in interface javax.servlet.ServletRequest
getInputStream
public javax.servlet.ServletInputStream getInputStream()
- Specified by:
getInputStream
in interface javax.servlet.ServletRequest
getParameter
public java.lang.String getParameter(java.lang.String parameterName)
- Specified by:
getParameter
in interface javax.servlet.ServletRequest
getParameterNames
public java.util.Enumeration getParameterNames()
- Specified by:
getParameterNames
in interface javax.servlet.ServletRequest
getParameterValues
public java.lang.String[] getParameterValues(java.lang.String parameterName)
- Specified by:
getParameterValues
in interface javax.servlet.ServletRequest
getProtocol
public java.lang.String getProtocol()
- Specified by:
getProtocol
in interface javax.servlet.ServletRequest
getReader
public java.io.BufferedReader getReader()
- Specified by:
getReader
in interface javax.servlet.ServletRequest
getRealPath
public java.lang.String getRealPath(java.lang.String vertualPath)
- Specified by:
getRealPath
in interface javax.servlet.ServletRequest
getRemoteAddr
public java.lang.String getRemoteAddr()
- Specified by:
getRemoteAddr
in interface javax.servlet.ServletRequest
getRemoteHost
public java.lang.String getRemoteHost()
- Specified by:
getRemoteHost
in interface javax.servlet.ServletRequest
getScheme
public java.lang.String getScheme()
- Specified by:
getScheme
in interface javax.servlet.ServletRequest
getServerName
public java.lang.String getServerName()
- Specified by:
getServerName
in interface javax.servlet.ServletRequest
getServerPort
public int getServerPort()
- Specified by:
getServerPort
in interface javax.servlet.ServletRequest
setAttribute
public void setAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
- Specified by:
setAttribute
in interface javax.servlet.ServletRequest
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale
in interface javax.servlet.ServletRequest
getLocales
public java.util.Enumeration getLocales()
- Specified by:
getLocales
in interface javax.servlet.ServletRequest
getRequestDispatcher
public javax.servlet.RequestDispatcher getRequestDispatcher(java.lang.String name)
- Specified by:
getRequestDispatcher
in interface javax.servlet.ServletRequest
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interface javax.servlet.ServletRequest
getParameterMap
public java.util.Map getParameterMap()
removeAttribute
public void removeAttribute(java.lang.String attributeName)
- Specified by:
removeAttribute
in interface javax.servlet.ServletRequest
setCharacterEncoding
public void setCharacterEncoding(java.lang.String characterEncoding)