NAME
XAO::DO::Context - base class to access site context
SYNOPSIS
package
XAO::DO::Blah;
use
XAO::Objects;
sub
method() {
my
$self
=
shift
;
my
$config
=
$self
->siteconfig;
my
$cgi
=
$self
->cgi;
my
$clipboard
=
$self
->clipboard;
}
DESCRIPTION
This is a convenience base class for accessing site configuration, clipboard, and CGI object.