| Package | Description |
|---|---|
| org.b3log.latke.http |
Latke HTTP server.
|
| org.b3log.latke.http.renderer |
| Modifier and Type | Method and Description |
|---|---|
Response |
RequestContext.getResponse()
Gets the response.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestContext |
Dispatcher.handle(Request request,
Response response)
Handle flow.
|
void |
RequestContext.setResponse(Response response)
Sets the response with the specified response.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFreeMarkerRenderer.doRender(String html,
Request request,
Response response)
Processes the specified FreeMarker template with the specified request, data model and response.
|
Copyright © 2009–2019 B3log. All rights reserved.