BaseController.mapDefault

Maps a default action for the controller.

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

Parameters

f Status function
()

The controller action associated with the mapping.

Meta