Kernel::WebApp::Controller::Base

NAME

Kernel::WebApp::Controller::Base – Base class for all controllers.

DESCRIPTION

the main purpose of this package is to provide Moose compatibility for controller classes. All derived controllers can simply use Moose, Moose::Role and similar features.

PUBLIC INTERFACE

IsDevelopmentMode()

helper method to check if the application is running in 'development' mode, otherwise 'production' can be assumed.

Scroll to Top