BaseController.mapDefault

Maps a default action for the controller.

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

Parameters

fun Action

The controller action associated with the mapping.

Meta