bref
API 2014 of the Zia HTTP server.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
bref::IConfHelper Class Reference

Helper class for BrefValue and the server configuration. More...

#include <IConfHelper.h>

List of all members.

Public Member Functions

virtual const BrefValuefindValue (std::string const &key) const =0
 Return an acceptable value for "key" param.
virtual const BrefValuefindValue (std::string const &key, HttpRequest const &request) const =0
 Return an acceptable value for "key" param, using request.

Detailed Description

Helper class for BrefValue and the server configuration.

This class aimed to give an easier access to the server configuration.


Member Function Documentation

virtual const BrefValue& bref::IConfHelper::findValue ( std::string const &  key) const [pure virtual]

Return an acceptable value for "key" param.

Returns:
Return value if exists, a BrefValue with a "nullType" otherwise.
virtual const BrefValue& bref::IConfHelper::findValue ( std::string const &  key,
HttpRequest const &  request 
) const [pure virtual]

Return an acceptable value for "key" param, using request.

This can be use, for example to find virtual host configuration value for a given key.

Returns:
Return value if exists, a BrefValue with a "nullType" otherwise.

The documentation for this class was generated from the following file: