play.mvc
Class Results.Todo

java.lang.Object
  extended by play.mvc.Results.Todo
All Implemented Interfaces:
Result
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 getWrappedResult()
          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

getWrappedResult

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

Specified by:
getWrappedResult in interface Result