classafBedSheet::MethodCall

sys::Obj
  afBedSheet::MethodCall

Return from request handler methods to explicitly invoke class methods.

If the method belongs to an afIoc service, the class instance is obtained from afIoc. If the method belongs to a const class, a new instance is created and cached. Non-const classes are cached for the duration of the request only.

args

Source

Obj?[] args

make

Source

new make(Method method, Obj?[] args := Obj#.emptyList())

method

Source

const Method method

toStr

Source

virtual override Str toStr()