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