logo

const class

webapp::FindViewStep

sys::Obj
  web::WebStep
    webapp::WebAppStep
      webapp::FindViewStep

FindViewStep is responsible for finding a suitable Weblet used to process the source and sticking it in the WebReq.stash under "webapp.view".

See docLib::WebApp

Slots

service

override Void service(WebReq req, WebRes res)

Perform this step against the specified request and response.

Source