Apache2::REST::ErrorOutputRegistry - Manages instances of ErrorOutputHandler


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

Index


NAME

Top

Apache2::REST::ErrorOutputRegistry - Manages instances of ErrorOutputHandler

instance

Returns the singleton instance of the registry.

registerEO

Registers an instance of ErrorOutputHandler

getOutput

Returns the ErrorOutputHandler registered with key

Usage:

    Apache2::REST::ErrorOutputRegister->instance()->getOutput('both') ; # For instance.


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