|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.mvc.SimpleResult
public abstract class SimpleResult
A simple result. This exists temporarily to distinguish simple results from AsyncResults.
Constructor Summary | |
---|---|
SimpleResult()
|
Method Summary | |
---|---|
scala.concurrent.Future<play.api.mvc.SimpleResult> |
getWrappedResult()
Retrieves the real (Scala-based) result. |
abstract play.api.mvc.SimpleResult |
getWrappedSimpleResult()
Get the wrapped simple result |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleResult()
Method Detail |
---|
public scala.concurrent.Future<play.api.mvc.SimpleResult> getWrappedResult()
Result
getWrappedResult
in interface Result
public abstract play.api.mvc.SimpleResult getWrappedSimpleResult()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |