Uses of Interface
play.mvc.PlayController
-
Packages that use PlayController Package Description play.mvc -
-
Uses of PlayController in play.mvc
Classes in play.mvc that implement PlayController Modifier and Type Class Description class
Controller
Application controller support: The controller receives input and initiates a response by making calls on model objects.class
WebSocketController
Fields in play.mvc declared as PlayController Modifier and Type Field Description PlayController
Http.Request. controllerInstance
The instance of invoked controller in case it uses non-static action methods.Fields in play.mvc with type parameters of type PlayController Modifier and Type Field Description java.lang.Class<? extends PlayController>
Http.Request. controllerClass
The invoked controller class
-