BaseController.mapNoAction

Maps a no-action for the controller.

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

Parameters

d Status delegate
()

The controller action associated with the mapping.

Meta