Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

ApacheBase Class Reference

#include <apache_handler.h>

Inheritance diagram for ApacheBase:

ApacheHandler ApacheInputFilter ApacheOutputFilter AuthHandler TestHandler TestHandler TestInputFilter TestOutputFilter List of all members.

Protected Member Functions

char * get_cpp_var (ApacheRequestRec *r, const char *name)
 This method allows your module to query the core for a parameter passed via the PassCPPVar directive in a directory block of the httpd.conf file.
char * get_server_var (ApacheServerRec *r, const char *name)
 This method allows your module to query the core for a parameter passed via the PassCPPVar directive in a server block of the httpd.conf file.

Member Function Documentation

char * ApacheBase::get_cpp_var ApacheRequestRec r,
const char *  name
[protected]
 

This method allows your module to query the core for a parameter passed via the PassCPPVar directive in a directory block of the httpd.conf file.

Parameters:
r An ApacheRequestRec argument
name The name of the parameter you are looking for
Returns:
The value of the parameter
See also:
get_server_var()

char * ApacheBase::get_server_var ApacheServerRec r,
const char *  name
[protected]
 

This method allows your module to query the core for a parameter passed via the PassCPPVar directive in a server block of the httpd.conf file.

Parameters:
r An ApacheRequestRec argument
name The name of the parameter you are looking for
Returns:
The value of the parameter
See also:
get_cpp_var()


The documentation for this class was generated from the following files:
Generated on Sun Apr 3 15:38:42 2005 for mod_cplusplus by  doxygen 1.4.2