| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |
CatalystX::Usul::Controller::Root - Root Controller for the application
0.1$Revision: 576 $
package MyApp::Controller::Root; use base qw(CatalystX::Usul::Controller::Root);
Exposes some generic endpoints implemented in the base class
Display a simple popop window containing the copyright and license information
The auto method redirects unauthorised users to this endpoint
Display an information screen explaining that the application has been closed by the administrators. An administrator must authenticate to reopen the application
Action to reopen the application. Does this by setting the global configuration attribute to false
Calls method of same name in parent class
Calls method of same name in parent class to stuff the stash with data used by all pages
Dynamically generates a JPEG image used on the self registration screen to defeat bots.
Some text about the company whose application this is.
Attempt to render a view
Display a popup window that lets the user send an email to the site administrators
This private method is the action for the feedback controller
Calls method of same name in parent class
Generates transformations of any image under the document root. Calls transform (transform in CatalystX::Usul::Model::Iamger) and sets the response object directly
Capture the required language. The actual work is done in the begin method
Locks the display. Silly but I couldn't resist
Called when collecting profile data using Devel::NYTProf to stop the server. The environment variable MYAPP_QUIT_OK must be set to true for this to work, so don't do that on a production server
Redirects to default controller. Matches any uri not matched by another action
Use the renderview action class
The requested endpoint exists but has been deactivated by the administrators. The page is generated by the simple page method in the base class
Return the version number of this controller
View the source code for the current controller. Calls the
view_file method in the CatalystX::Usul::Model::FileSystem model
to display some source code with syntax highlighting
Debug can be turned on/off from the tools menu
Package variables contain the list of publicly accessible rooms
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Peter Flanigan, <Support at RoxSoft.co.uk>
Copyright (c) 2008 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |