NAME

Apache::Dispatch::Util - methods for Apache::Dispatch and Apache2::Dispatch

DESCRIPTION

This package provides methods common to Apache::Dispatch and Apache2::Dispatch.

VARIABLES

@_directives

Private lexical array which contains the directives for configuration. Used by the directives() method.

METHODS

directives

Provides the configuration directives in an array or array reference

$directives = Apache::Dispatch::Util->directives;
@directives = Apache::Dispatch::Util->directives;
class: Apache::Dispatch::Util ( class )

The calling class

ret: $directives|@directives ( ARRAY | ARRAY ref )

Returns the directives in an array or array reference depending on the context in which it is called.

bogus_uri