Abstract controller
filterChain: FilterChain
the filter collection
afterAction(actionEvent: ActionEvent): void
beforeAction(actionEvent: ActionEvent): void
abstract
render<T>(view: string,parameters: JSONCompatible<T> | null,): Promise<string>
runControllerAction(request: HttpRequest): Promise<HttpResponse>
Then entry of the controller
The event after action
The event before action