public class IlvServletRequestParameters extends IlvServletParameters
IlvServletRequestParameters
class represents the named
parameters parsed from an individual HttpServletRequest
.
You can obtain the original request by calling the
getServletRequest
method.Constructor and Description |
---|
IlvServletRequestParameters(javax.servlet.http.HttpServletRequest request)
Creates an
IlvServletRequestParameters instance that
represents the named parameters of the specified request. |
Modifier and Type | Method and Description |
---|---|
protected Hashtable |
getParameterTable()
Returns the lookup table of parameter name-value string pairs.
|
javax.servlet.http.HttpServletRequest |
getServletRequest()
Returns the request that these parameters represent.
|
getBoolean, getBoolean, getChar, getChar, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getParentParameters, getString, getString, getString, getStringArray, getStringArray, setCharacterEncoding
public IlvServletRequestParameters(javax.servlet.http.HttpServletRequest request)
IlvServletRequestParameters
instance that
represents the named parameters of the specified request.request
- The servlet request.public javax.servlet.http.HttpServletRequest getServletRequest()
protected Hashtable getParameterTable()
getParameterTable
in class IlvServletParameters
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.