class

ExtWeb

const abstract class ExtWeb : WebMod

Ext plugin to add web servicing capability. See Exts.

constructors make

Subclass constructor

methods ext

Parent library

uri

Base uri for this library's endpoint such as "/myLib/"

routeName

Get the route name for this web extension

ext virtual Ext ext()

Parent library. Subclasses can override this method to be covariant.

make new make(Ext ext)

Subclass constructor

routeName 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 uri()

Base uri for this library's endpoint such as "/myLib/"

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST