The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpusVL::AppKit::Controller::Root

VERSION

version 2.29

DESCRIPTION

    The OpusVL::AppKit is intended to be inherited by another Catalyst App using AppBuilder.

    The current intention is that Apps that use AppKit do not need to have their own Root Controller,
    but use this one. 
    If you app requires its own Root.pm Controller, you should inherite this one    

    This should provide all the base funcationallity required for delivery of standard sites
    developed by the OpusVL team.

NAME

    OpusVL::AppKit::Controller::Root - Root Controller for OpusVL::AppKit

METHODS

auto

index This is intended to be seen as the AppKit home page.

access_notallowed This called by the ACL method when an access control rule is broken. (including not being logged in!) Configured in myapp.conf : <OpusVL::AppKit::Plugin::AppKit> access_denied "access_notallowed" </OpusVL::AppKit::Plugin::AppKit>

end Attempt to render a view, if needed.

AUTHOR

OpusVL - www.opusvl.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by OpusVL - www.opusvl.com.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.