Mark Hedges > Apache2-Controller > Apache2::Controller::NonResponseRequest

Download:
A2C/Apache2-Controller-1.000.100.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.000.100   Source  

NAME ^

Apache2::Controller::NonResponseRequest - internal base class w/ apreq for non-response handlers in Apache2::Controller framework

VERSION ^

Version 1.000.100

SYNOPSIS ^

This is an INTERNAL base class and you don't need to use it.

 package Apache2::Controller;
 use base Apache2::Controller::NonResponseRequest;

 # no need to define handler() or new()
 
 1;

DESCRIPTION ^

This is like Apache2::Controller::NonResponseBase except that it creates the Apache2::Request object and makes $self an inheriting subclass of it. So using this as a base, there is no need to dereference $self->{r} to get at the request. It is all $self just like within Apache2::Controller controller modules.

You should not use this module for anything that you're doing.

METHODS ^

new

new() creates an object of the child class using Apache2::Controller::NonResponseBase and then assigns the Apache2::Request object to $self->{r}.

SEE ALSO ^

Apache2::Controller::NonResponseBase

Apache2::Request

Apache2::RequestRec

Apache2::Controller::Auth::OpenID (uses this as base)

Apache2::Controller

AUTHOR ^

Mark Hedges, <hedges at scriptdolphin.org>

COPYRIGHT & LICENSE ^

Copyright 2008 Mark Hedges, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This software is provided as-is, with no warranty and no guarantee of fitness for any particular purpose.