public class IlvServletContextParameters extends IlvServletParameters
IlvServletContextParameters
class represents the named
parameters of a ServletContext
. As such, it represents the
configuration information for an entire web application. There is usually
no need to explicitly create an instance of IlvServletContextParameters
.
When you create an IlvServletConfigParameters
object, an instance of
IlvServletContextParameters
is automatically created as its
parent delegate.
The ServletContext
parameters were introduced in v2.2 of the
Servlet API. If this class is used with an earlier implementation of the
Servlet API, it will report an empty parameter table
.
IlvServletRequestParameters
Constructor and Description |
---|
IlvServletContextParameters(javax.servlet.ServletContext context)
Creates an
IlvServletContextParameters instance that represents
the named parameters of the specified application-wide servlet context. |
Modifier and Type | Method and Description |
---|---|
protected Hashtable<String,String> |
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 IlvServletContextParameters(javax.servlet.ServletContext context)
IlvServletContextParameters
instance that represents
the named parameters of the specified application-wide servlet context.context
- The servlet context.protected Hashtable<String,String> getParameterTable()
getParameterTable
in class IlvServletParameters
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.