Solstice::Dispatch - Dispatches the current request to the appropriate application.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::Dispatch - Dispatches the current request to the appropriate application.

Export

None by default.

Methods

runWebserviceURL

loads the overarching REST controller and steps it through providing the requested resource

runAppURL

if an installed solstice app handles a given url, this primes the controller and pulls the trigger

runCGIURL

if the URL is handled by a simple CGI, fire it up.

serveStaticContent($filename)

find and serve a static file

handleError

if our eval fails, we run this to try and recover

show404($url, $screen)
redirectToSSL()
showWelcomeScreen($url)

This shows a message to people who have just installed Solstice, but no applications.

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.