|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectplay.PlayPlugin
play.CorePlugin
public class CorePlugin
Plugin used for core tasks
| 字段摘要 |
|---|
| 从类 play.PlayPlugin 继承的字段 |
|---|
index |
| 构造方法摘要 | |
|---|---|
CorePlugin()
|
|
| 方法摘要 | |
|---|---|
static java.lang.String |
computeApplicationStatus(boolean json)
Get the application status |
void |
enhance(ApplicationClasses.ApplicationClass applicationClass)
Enhance this class |
JsonObject |
getJsonStatus()
Return the plugin status in JSON format |
java.lang.String |
getStatus()
Retrieve status about play core. |
boolean |
rawInvocation(Http.Request request,
Http.Response response)
Intercept /@status and check that the Authorization header is valid. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public CorePlugin()
| 方法详细信息 |
|---|
public static java.lang.String computeApplicationStatus(boolean json)
public boolean rawInvocation(Http.Request request,
Http.Response response)
throws java.lang.Exception
PlayPlugin 中的 rawInvocationrequest - The Play requestresponse - The Play response
java.lang.Exceptionpublic java.lang.String getStatus()
PlayPlugin 中的 getStatuspublic JsonObject getJsonStatus()
PlayPlugin 复制的描述
PlayPlugin 中的 getJsonStatus
public void enhance(ApplicationClasses.ApplicationClass applicationClass)
throws java.lang.Exception
PlayPlugin 复制的描述
PlayPlugin 中的 enhancejava.lang.Exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||