Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

ServletConfig Class Reference

List of all members.

Public Member Functions

 this (ServletContext context)
Dictionary getConfiguration ()
ServletContext getServletContext ()

Private Attributes

ServletContext context
Dictionary configuration

Detailed Description

Provides an equivalent to the Java class of the same name.

Definition at line 48 of file ServletConfig.d.


Member Function Documentation

this ServletContext  context  )  [inline]
 

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.

Dictionary getConfiguration  )  [inline]
 

Return the configuration dictionary

Definition at line 72 of file ServletConfig.d.

References configuration.

ServletContext getServletContext  )  [inline]
 

Return the context provided during construction

Definition at line 83 of file ServletConfig.d.

References context.


Member Data Documentation

ServletContext context [private]
 

Definition at line 50 of file ServletConfig.d.

Referenced by getServletContext(), and this().

Dictionary configuration [private]
 

Definition at line 51 of file ServletConfig.d.

Referenced by getConfiguration(), and this().


The documentation for this class was generated from the following file:
Generated on Sun Nov 7 19:07:10 2004 for Mango by doxygen 1.3.6