Public Member Functions | |
this (ServletContext context) | |
Dictionary | getConfiguration () |
ServletContext | getServletContext () |
Private Attributes | |
ServletContext | context |
Dictionary | configuration |
Definition at line 51 of file ServletConfig.d.
|
Construct an instance with the provided context. A dictionary is initialized in which to store configuration info. Definition at line 63 of file ServletConfig.d. References configuration, context, and Dictionary. |
|
Return the configuration dictionary Definition at line 75 of file ServletConfig.d. References configuration. |
|
Return the context provided during construction Definition at line 86 of file ServletConfig.d. References context. |
|
Definition at line 53 of file ServletConfig.d. Referenced by getServletContext(), and this(). |
|
Definition at line 54 of file ServletConfig.d. Referenced by getConfiguration(), and this(). |