Kernel::WebApp::Controller::Frontend::Base

NAME

Kernel::WebApp::Controller::Frontend::Base – Base class for frontend handlers.

DESCRIPTION

The consumed role Kernel::WebApp::Controller::Role::SetsSecurityHeaders makes sure that all frontend controllers serve the applications with strict security headers in place.

PUBLIC INTERFACE

GeneratedHTMLFile()

method that needs to be implemented by endpoints to return the relative path to the generated HTML file that the frontend controller needs.

Handler()

Main external front end entry point, delivers the webpack-generated HTML for the respective front end.

Scroll to Top