play.mvc
Interface Result

All Superinterfaces:
SimpleResult
All Known Implementing Classes:
Results.Redirect, Results.Status, Results.Todo

public interface Result
extends SimpleResult

Any action result.


Method Summary
 play.api.mvc.Result toScala()
          Retrieves the real (Scala-based) result.
 

Method Detail

toScala

play.api.mvc.Result toScala()
Retrieves the real (Scala-based) result.

Specified by:
toScala in interface SimpleResult