sys::Obj web::WebStep webapp::WebAppStep
WebAppStep is the base class for web application steps.
static Log log := Log("webapp")
Web app logging
Obj? resolve(Uri? uri)
Resolve a Uri to a resource object or return null. If the resource is a script file ending in ".fan", then is compiled and an instance of the primary type is returned.