public class Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2024. All rights reserved.