play

mvc

package mvc

Type Members

  1. type Controller = ScalaController

  2. class RichRenderArgs extends AnyRef

    utility class to provider an easier way to render argumetns

  3. class RichResponse extends AnyRef

    utility class to provide some extra syntatic sugar while dealing with Response objects

  4. class RichSession extends AnyRef

    utility class to provide some extra syntatic sugar while dealing with a session

  5. class ScalaController extends ControllerDelegate with LocalVariablesSupport with ControllerSupport

    Represents a Scala based Controller

Value Members

  1. val ACCEPTED: Int

  2. val CREATED: Int

  3. val ERROR: Int

  4. val FORBIDDEN: Int

  5. val NOT_FOUND: Int

  6. val NO_CONTENT: Int

  7. val OK: Int

  8. def header(h: (String, String)): Header

  9. def header(name: String, value: String): Header

  10. def richRenderArgs(x: RenderArgs): RichRenderArgs

  11. def richResponse(x: Response): RichResponse

  12. def richSession(x: Session): RichSession