play.mvc
Class Results.Todo

java.lang.Object
  extended by play.mvc.Results.Todo
All Implemented Interfaces:
Result, SimpleResult
Enclosing class:
Results

public static class Results.Todo
extends java.lang.Object
implements Result

A 501 NOT_IMPLEMENTED simple result.


Constructor Summary
Results.Todo()
           
 
Method Summary
 play.api.mvc.Result toScala()
          Retrieves the real (Scala-based) result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Results.Todo

public Results.Todo()
Method Detail

toScala

public play.api.mvc.Result toScala()
Description copied from interface: Result
Retrieves the real (Scala-based) result.

Specified by:
toScala in interface Result
Specified by:
toScala in interface SimpleResult