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(jakarta.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.
|
jakarta.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(jakarta.servlet.http.HttpServletRequest request)
IlvServletRequestParameters
instance that
represents the named parameters of the specified request.request
- The servlet request.public jakarta.servlet.http.HttpServletRequest getServletRequest()
protected Hashtable getParameterTable()
getParameterTable
in class IlvServletParameters
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.