Abstract
Optional
actualProtected
loggerlogger
Protected
Readonly
middlewareRouter middleware
Readonly
nameWeb router name
Readonly
pathOptional
stateProtected
Readonly
webController classes to be attached to this router
Static
isFlag for if this is a webrouter, alwaus true for all web routers
Protected
getoveride this to configure your router, ensuring you call super first.
Protected
getInitializes router, needs to be called before calling router() method.
Protected
install
Actual express router initialized in initialize method