public class TLcdServletConfigWrapper extends java.lang.Object implements ILcdInitializationConfig
ILcdInitializationConfig
that wraps around
a ServletConfig
object.Constructor and Description |
---|
TLcdServletConfigWrapper(javax.servlet.ServletConfig aConfig)
Create a wrapper for the given servlet configuration.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParameter(java.lang.String aParameterName)
Returns the value of the parameter with the given name.
|
java.util.Enumeration |
getParameterNames()
Returns an enumeration of all available parameter names.
|
ILcdServletContext |
getServletContext()
Returns a context configuration object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParameter
public TLcdServletConfigWrapper(javax.servlet.ServletConfig aConfig)
aConfig
- A ServletConfig
object.public java.lang.String getParameter(java.lang.String aParameterName)
ILcdInitializationConfig
getParameter
in interface ILcdInitializationConfig
null
if the parameter does not exist.public java.util.Enumeration getParameterNames()
ILcdInitializationConfig
getParameterNames
in interface ILcdInitializationConfig
public ILcdServletContext getServletContext()
ILcdInitializationConfig
getServletContext
in interface ILcdInitializationConfig