Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Library.Application.CGIApplications.ACGIApplication Class Reference

An application class that handles a CGI environment. More...

+ Inheritance diagram for Library.Application.CGIApplications.ACGIApplication:

Public Member Functions

def __init__
 Constructor.
 
def init
 Initializer.
 
def __del__
 Destructor.
 
def url
 Construct a URL for the remote client which contains the path to the running script, the name of the running script, and any additional query components provided. More...
 
- Public Member Functions inherited from Library.Application.Applications.AnApplication
def __init__
 Construct a new instance of the application. More...
 
def init
 Initializer.
 
def __del__
 Destructor.
 
def run
 Run the application. More...
 
def toString
 Construct a string representation of the application (the name and version string). More...
 
def option
 Retrieves the value of the named option. More...
 
def version
 Retrieve the version string for the application. More...
 
def path
 Retrieve the path to the running script, either for local use or the use of the remote client. More...
 
def script
 Retrieve the name of the executing script. More...
 
- Public Member Functions inherited from Library.Base.Classwork.AnObject
def init
 Initialize a new object instance. More...
 
def __init__
 Construct and initialize a new instance of AnObject. More...
 
def __del__
 Destroy the object instance. More...
 
def displayName
 Construct a "pretty" display name for the class instance, based on the name of its class. More...
 
def implements
 Determine whether the class instance is related to the specified class. More...
 
def toString
 Return a string representation of the class, suitable for output to a console or text-based device. More...
 
def __str__
 Return a string representation of the class. More...
 
def classname
 Return the name of the class from which the instance was created. More...
 
def name
 Return the name of the class. More...
 
- Public Member Functions inherited from Library.String.Utilities.IsPrintable
def toString
 Return a string representation of the class conveniently. More...
 
def __str__
 Return a string representation of the class. More...
 
def printTo
 Print a string representation of the class to the specified stream. More...
 

Detailed Description

An application class that handles a CGI environment.

This class should not be instantiated directly, as it does not implement the run() method inherited from AnApplication. Instead, a subclass of this class should be defined; that class needs only to define the run() method to do something with the information obtained by this class.

Member Function Documentation

def Library.Application.CGIApplications.ACGIApplication.url (   Self,
  queryComponents 
)

Construct a URL for the remote client which contains the path to the running script, the name of the running script, and any additional query components provided.

This allows valid links to be constructed without the need to hard-code them.


The documentation for this class was generated from the following file: