BaseController.mapMandatory

Maps a mandatory action for the controller.

  1. void mapMandatory(Action fun)
  2. void mapMandatory(Status delegate() d)
  3. void mapMandatory(Status function() f)
    class BaseController
    protected final
    void
    mapMandatory
    (
    Status function
    ()
    f
    )

Parameters

f Status function
()

The controller action associated with the mapping.

Meta