play.mvc
Class Results.Todo

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

public static class Results.Todo
extends SimpleResult

A 501 NOT_IMPLEMENTED simple result.


Constructor Summary
Results.Todo()
           
 
Method Summary
 play.api.mvc.SimpleResult getWrappedSimpleResult()
          Get the wrapped simple result
 
Methods inherited from class play.mvc.SimpleResult
getWrappedResult
 
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

getWrappedSimpleResult

public play.api.mvc.SimpleResult getWrappedSimpleResult()
Description copied from class: SimpleResult
Get the wrapped simple result

Specified by:
getWrappedSimpleResult in class SimpleResult