BaseController.mapNoAction

Maps a no-action for the controller.

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

Parameters

fun Action

The controller action associated with the mapping.

Meta