|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| net.craftforge.essential.context.basic | |
| net.craftforge.essential.controller | |
| Uses of Response in net.craftforge.essential.context.basic |
|---|
| Classes in net.craftforge.essential.context.basic that implement Response | |
|---|---|
class |
BasicResponseImpl
A basic implementation of a controller response. |
| Uses of Response in net.craftforge.essential.controller |
|---|
| Methods in net.craftforge.essential.controller that return Response | |
|---|---|
Response |
Setup.getResponse()
Gets the normalized HTTP response. |
| Methods in net.craftforge.essential.controller with parameters of type Response | |
|---|---|
int |
Controller.perform(Request request,
Response response)
Performs a request on the controller, using the response to write back the serialized result. |
| Constructors in net.craftforge.essential.controller with parameters of type Response | |
|---|---|
Setup(ResourceManager resourceManager,
DocumentationManager documentationManager,
Configuration configuration,
Request request,
Response response)
Constructs the setup. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||