ExtWeb
const abstract class ExtWeb : WebMod
Ext plugin to add web servicing capability. See Exts.
Subclass constructor
Parent library
Base uri for this library's endpoint such as "/myLib/"
Get the route name for this web extension
virtual Ext ext()
Parent library. Subclasses can override this method to be covariant.
new make(Ext ext)
Subclass constructor
virtual Str routeName()
Get the route name for this web extension. By default its the last name in the dotted lib path. This must be a valid path name (must not contain slashes). Return the empty string to service the "/" root index.
Uri uri()
Base uri for this library's endpoint such as "/myLib/"