BaseController.mapDefault

Maps a default action for the controller.

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

Parameters

d Status delegate
()

The controller action associated with the mapping.

Meta