
CatalystX::Usul::Controller::Admin - Administration controller methods

$Revision: 1181 $

package MyApp::Controller::Admin; use base qw(CatalystX::Usul::Controller::Admin); __PACKAGE__->build_subcontrollers;

Controller actions that inherit from CatalystX::Usul::Controller

A midpoint in the URI that does nothing except act as a placeholder for the namespace which is admin
Exposes the method of the same name in the parent class which is responsible for stuffing the stash with all of the non endpoint specific data
Exposes method of the same name in the base class which defines some subcontrollers at runtime
Forward Ajax requests for this controller to the generic base class method
A midpoint in the URI. A number of other actions are chained off this one. It sets up the navigation menu and form keys
Adds some debug information to the footer div. Called via the async form widget
Midpoint off which the log file viewing endpoints are chained
Endpoint for the Ajax call that populates one of the panels on the accordion widget
Generates some blurb for the Overview panel of the sidebar accordion widget
Displays the splash screen for this controller explaining it's purpose
Redirects to the splash screen for this level
Displays the current user sessions stored in the session store
Return the version number of this module
Endpoint that displays the log file used by the suid root wrapper script
Endpoint that displays the application server log file

None

None


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