|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.utils.FastRuntimeException
play.mvc.results.Result
public abstract class Result
Result support
Constructor Summary | |
---|---|
Result()
|
|
Result(java.lang.String description)
|
Method Summary | |
---|---|
abstract void |
apply(Http.Request request,
Http.Response response)
|
protected void |
setContentTypeIfNotSet(Http.Response response,
java.lang.String contentType)
|
Methods inherited from class play.utils.FastRuntimeException |
---|
fillInStackTrace |
Methods inherited from class java.lang.Throwable |
---|
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Result()
public Result(java.lang.String description)
Method Detail |
---|
public abstract void apply(Http.Request request, Http.Response response)
protected void setContentTypeIfNotSet(Http.Response response, java.lang.String contentType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |