AbstractConstructor with internal props.
ReadonlyactionUrl Action, ie: /service/router/controller <-- this.
OptionalactualConfigured in initialize.
ProtectedloggerLogger
ReadonlymethodHtto method.
OptionalstateProtectedstateConverts router state to this controller state.
Static ReadonlyisProtected Abstractgetoveride this to configure your router, ensuring you call super first.
ProtectedgetInitialize controller. Must be called before calling controller()
Base web controller class to be used by routers.