public class Context extends Object
| 构造器和说明 |
|---|
Context() |
| 限定符和类型 | 方法和说明 |
|---|---|
Config |
getConfig() |
Credential |
getCredential() |
Exception |
getException() |
Request |
getRequest() |
Response |
getResponse() |
void |
setConfig(Config config) |
void |
setCredential(Credential credential) |
void |
setException(Exception exception) |
void |
setRequest(Request request) |
void |
setResponse(Response response) |
public Config getConfig()
public void setConfig(Config config)
public Credential getCredential()
public void setCredential(Credential credential)
public Request getRequest()
public void setRequest(Request request)
public Response getResponse()
public void setResponse(Response response)
public Exception getException()
public void setException(Exception exception)
Copyright © 2022. All rights reserved.