public class IlvServletConfigParameters extends IlvServletParameters
IlvServletConfigParameters
class represents the named
parameters of a ServletConfig
. As such, it represents the
initialization parameters of a servlet.
Each IlvServletConfigParameters
object is automatically created
with an IlvServletContextParameters
instance as its parent delegate.
This means that if an IlvServletConfigParameters
object cannot
find a named parameter as part of the servlet's initialization parameters,
it will then search the servlet's application context for the parameter.IlvServletRequestParameters
Constructor and Description |
---|
IlvServletConfigParameters(javax.servlet.ServletConfig config)
Creates an
IlvServletConfigParameters instance that represents
the named parameters of the specified servlet configuration. |
Modifier and Type | Method and Description |
---|---|
protected Hashtable |
getParameterTable()
Returns the lookup table of parameter name-value string pairs.
|
getBoolean, getBoolean, getChar, getChar, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getParentParameters, getString, getString, getString, getStringArray, getStringArray, setCharacterEncoding
public IlvServletConfigParameters(javax.servlet.ServletConfig config)
IlvServletConfigParameters
instance that represents
the named parameters of the specified servlet configuration. The
IlvServletConfigParameters
instance will have an
IlvServletContextParameters
object as its parent parameters.config
- The servlet configuration.protected Hashtable getParameterTable()
getParameterTable
in class IlvServletParameters
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.