The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Apache2-ASP asp"

Apache2::ASP::API - A public API for all Apache2::ASP web applications. River stage zero No dependents

Wouldn't it be great if your website had its own public coding API? How about one that you could subclass and add your own features to? That's what Apache2::ASP::API is all about. Apache2::ASP::API provides a programatic interface to your Apache2::AS...

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::Config - Central configuration for Apache2::ASP River stage zero No dependents

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::Server - Utility methods for Apache2::ASP River stage zero No dependents

The ASP Server object is historically a wrapper for a few utility functions that don't belong anywhere else. Keeping with that tradition, the Apache2::ASP Server object is a collection of functions that don't belong anywhere else....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::Request - Incoming request object. River stage zero No dependents

The request represents a wrapper around incoming form, querystring and cookie data....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::ModPerl - mod_perl2 PerlResponseHandler for Apache2::ASP River stage zero No dependents

"Apache2::ASP::ModPerl" provides a mod_perl2 PerlResponseHandler interface to Apache2::ASP::HTTPContext. Under normal circumstances, all you have to do is configure it and forget about it....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::ASPPage - base class for all *.asp scripts River stage zero No dependents

All "*.asp" scripts are 'compiled' down to their respective "*.pm" files. The package definition within those "*.pm" files all begin with this code: use base 'Apache2::ASP::ASPPage'; After that, you will find your code, just a little uglier than you ...

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::Response - Outgoing response object. River stage zero No dependents

Apache2::ASP::Response offers a wrapper around the outgoing response to the client....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::SimpleCGI - Basic CGI functionality River stage zero No dependents

This package provides basic CGI functionality and is also used for testing and in the API enironment. "Apache2::ASP::SimpleCGI" uses HTTP::Body under the hood....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::GlobalASA - Base GlobalASA class River stage zero No dependents

In "Classic ASP" the Global.ASA provided a means of hooking into the "Application_OnStart" and "Session_OnStart" events. In "Apache2::ASP" more events are provided, taking the same idea a little further....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::ASPHandler - handler for all *.asp requests River stage zero No dependents

This class is the Apache2::ASP::HTTPHandler subclass responsible for handling all requests to "*.asp" scripts....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::Mock::Pool - Mimics the $r->pool APR::Pool object River stage zero No dependents

This package mimics the APR::Pool object obtained via $r->pool in a normal mod_perl2 environment, and is used by Apace2::ASP::API....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::Test::Base - base class for all test helper objects. River stage zero No dependents

The whole point of writing Apache2::ASP was to enable command-line testing of entire websites - and to gather statistics via Devel::Cover and Devel::NYTProf. Somehow the test-driven-development world completely missed the point: YOU HAVE GOT TO TEST ...

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::UploadHook - An upload hook for Apache2::Request River stage zero No dependents

This class handles interaction with Apache2::Request during file uploads....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::ConfigNode - generic configuration element River stage zero No dependents

All parts of the $Config object are instances of ConfigNode or one of its subclasses. A ConfigNode is juts a blessed hash with AUTOLOAD behavior that permits read-only behavior....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::ModPerl2CGI - A wrapper for CGI utility functions. River stage zero No dependents

Uses CGI::Apache2::Wrapper behind the scenes. Handles file uploads and parsing form data. Generally only used within "Apache2::ASP" classes, so casual users don't have to worry about this module too much....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::FormHandler - Base class for form handlers River stage zero No dependents

"Apache2::ASP::FormHandler" is an empty subclass of Apache2::ASP::HTTPHandler and adds nothing of its own. It provides a starting point for all other form handlers. All form handlers should inherit from "Apache2::ASP::FormHandler" or one of its subcl...

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::HTTPHandler - base HTTP handler class River stage zero No dependents

All *Handlers (FormHandlers, ErrorHandlers, UploadHandlers, etc) are subclasses of this class. HTTPHandler provides the mechanism for inheriting and initializing the ASP objects ($Request, $Response, $Session, $Server, etc) in itself and all of its s...

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::HTTPContext - Contextual execution harness for ASP scripts. River stage zero No dependents

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::ErrorHandler - Default fatal error handler River stage zero No dependents

This class provides a default error handler which does the following: 1) Makes a simple HTML page and prints it to the browser, telling the user that an error has just occurred. 2) Sends that same HTML to the email address specified in the config, us...

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::ASP::ConfigFinder - Universal configuration finder River stage zero No dependents

Finding the configuration is sometimes impossible in web applications. This package makes it trivial. However you will probably never use this class directly. Use Apache2::ASP::ConfigLoader instead....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC
58 results (0.026 seconds)