public class TemplateLogic
extends java.lang.Object
template.woof.html.| Modifier and Type | Class | Description |
|---|---|---|
static class |
TemplateLogic.AdditionRequest |
|
static class |
TemplateLogic.JsonResponse |
|
static class |
TemplateLogic.SubtractionRequest |
| Constructor | Description |
|---|---|
TemplateLogic() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addition(TemplateLogic.AdditionRequest request,
net.officefloor.server.http.ServerHttpConnection connection) |
|
void |
subtraction(TemplateLogic.SubtractionRequest request,
net.officefloor.web.ObjectResponse<TemplateLogic.JsonResponse> response) |
@NotRenderTemplateAfter public void addition(TemplateLogic.AdditionRequest request, net.officefloor.server.http.ServerHttpConnection connection) throws java.io.IOException
java.io.IOException@NotRenderTemplateAfter public void subtraction(TemplateLogic.SubtractionRequest request, net.officefloor.web.ObjectResponse<TemplateLogic.JsonResponse> response) throws java.io.IOException
java.io.IOExceptionCopyright © 2005–2018. All rights reserved.