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


Apache2-Dispatch documentation  | view source Contained in the Apache2-Dispatch distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

VARIABLES

Top

@_directives

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

METHODS

Top

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

Apache2-Dispatch documentation  | view source Contained in the Apache2-Dispatch distribution.