NAME

OpusVL::AppKit::Controller::Test - Test Controller for OpusVL::AppKit

DESCRIPTION

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

This controller is only used for testing.

You can see I have 'extended' OpusVL::AppKit::Base::Controller::GUI. Doing this allows the 
AppKit to tell the controller should be part of the GUI

METHODS

portlet_test This is a test of a Portlet type action. The intention is that any action methods with the attribute PortletName are seen as providing Portlet data. This basically means when called they fill out the 'portlet' stash key. This can then be interpreted by the caller.

index This is a test action for something that would appear in the AppKit Navigation All you need to do is include ':NavigationName("Some Name")' as a method attribute and the action should be included in the navigation (which are effected by ACL rules)