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

Search results for "distribution:CatalystX-ASP asp"

CatalystX::ASP - PerlScript/ASP on Catalyst River stage zero No dependents

CatalystX::ASP is a plugin for Catalyst to support ASP (PerlScript). This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, this was designed to be almost a drop-in repla...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::View - Catalyst View for processing ASP scripts River stage zero No dependents

This is the Catalyst View to handle ASP scripts. Given a $path to the ASP script, this will render the ASP script and populate "$c->response" with the computed headers and body....

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Role - Catalyst Role to plug-in the ASP View River stage zero No dependents

Compose this role in your main application class. This will inject the ASP View as View component in your app called 'ASP', accessible via "$c->view('ASP')". It will also add a "DispatchType" which will direct all requests with ".asp" extension to th...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Parser - Role for CatalystX::ASP providing code parsing River stage zero No dependents

This class implements the ability to parse ASP code into readable format for "CatalystX::ASP::Compiler"...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Server - $Server Object River stage zero No dependents

The $Server object is that object that handles everything the other objects do not. The best part of the server object for Win32 users is the "CreateObject" method which allows developers to create instances of ActiveX components, like the ADO compon...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Request - $Request Object River stage zero No dependents

The request object manages the input from the client browser, like posts, query strings, cookies, etc. Normal return results are values if an index is specified, or a collection / perl hash ref if no index is specified. WARNING: the latter property i...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Session - $Session Object River stage zero No dependents

The $Session object keeps track of user and web client state, in a persistent manner, making it relatively easy to develop web applications. The $Session state is stored across HTTP connections, in database files in the "Global" or "StateDir" directo...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Compiler - Role for CatalystX::ASP providing code compilation River stage zero No dependents

This class implements the ability to compile parsed ASP code....

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Response - $Response Object River stage zero No dependents

This object manages the output from the ASP Application and the client web browser. It does not store state information like the $Session object but does have a wide array of methods to call....

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::GlobalASA - global.asa River stage zero No dependents

The ASP platform allows developers to create Web Applications. In fulfillment of real software requirements, ASP allows event-triggered actions to be taken, which are defined in a global.asa file. The global.asa file resides in the "Global" directory...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Dispatcher - Catalyst DispatchType to match .asp requests River stage zero No dependents

This DispatchType will match any requests ending with .asp....

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Application - $Application Object River stage zero No dependents

Like the $Session object, you may use the $Application object to store data across the entire life of the application. Every page in the ASP application always has access to this object. So if you wanted to keep track of how many visitors there where...

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC

CatalystX::ASP::Exception::End - Exception to end ASP processing River stage zero No dependents

This is the class for the Catalyst Exception which is thrown then you call "$Response->End()". This class is not intended to be used directly by users....

SLEUNG/CatalystX-ASP-1.15 - 25 Apr 2018 05:54:03 UTC
13 results (0.022 seconds)