Abstract
Constructor with internal props.
Readonly
actionUrl Action, ie: /service/router/controller <-- this.
Optional
actualConfigured in initialize.
Protected
loggerLogger
Readonly
methodHtto method.
Optional
stateProtected
stateConverts router state to this controller state.
Static
Readonly
isProtected
Abstract
getoveride this to configure your router, ensuring you call super first.
Protected
getInitialize controller. Must be called before calling controller()
Base web controller class to be used by routers.