Get the www-absolute path of one of the application's public www directories.
The RequestController object is a singleton controller for the entire request-act-respond cycle.
Generate a "full" URL to the given module / page.
The WFWebApplication object is a singleton object that manages the running of the any Phocoa request, be it CLI or HTTP.
BOOTSTRAP function used by the main web page to start our framework.
Delegate methods for WFWebApplication.
Helper class to allow modules to easily redirect the client to a given URL.
A helper class to easily throw named exceptions.
Helper class to allow modules to easily redirect the client to a given URL.
A helper class to easily throw named exceptions.
Helper class to allow modules to easily redirect the client to a given URL.
The WFModule represents a single chunk of web application functionality.
The WFModuleInvocation object is a wrapper around WFModule. This allows the modules to be nicely decoupled from the callers. Thus, the http handler can create a WFModuleInvocation based on the URL, while a WFModuleView can create one based on parameters set by a caller.
Generate a "full" URL to the given module / page.