|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.utils.FastRuntimeException
play.mvc.results.Result
public abstract class Result
Result support
构造方法摘要 | |
---|---|
Result()
|
|
Result(java.lang.String description)
|
方法摘要 | |
---|---|
abstract void |
apply(Http.Request request,
Http.Response response)
|
protected java.lang.String |
getEncoding()
The encoding that should be used when writing this response to the client |
protected void |
setContentTypeIfNotSet(Http.Response response,
java.lang.String contentType)
|
从类 play.utils.FastRuntimeException 继承的方法 |
---|
fillInStackTrace |
从类 java.lang.Throwable 继承的方法 |
---|
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public Result()
public Result(java.lang.String description)
方法详细信息 |
---|
public abstract void apply(Http.Request request, Http.Response response)
protected void setContentTypeIfNotSet(Http.Response response, java.lang.String contentType)
protected java.lang.String getEncoding()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |