type
constructors
| make |
Subclass constructor |
|---|
methods
| ext |
Parent library. |
|---|---|
| routeName |
Get the route name for this web extension. |
| uri |
Base uri for this library's endpoint such as "/myLib/" |
Slot Details
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).
uri
Uri uri()
Base uri for this library's endpoint such as "/myLib/"