Package play.mvc

Interface PlayController

  • All Known Implementing Classes:
    Controller, WebSocketController

    public interface PlayController
    Marker interface for play controllers This is the class that your controllers should implement. In most cases, you can extend play.mvc.Controller that contains all needed methods for controllers.