Uses of Class
eos.model.web.HttpResponse
-
Packages that use HttpResponse Package Description eos.processor eos.web test -
-
Uses of HttpResponse in eos.processor
Methods in eos.processor with parameters of type HttpResponse Modifier and Type Method Description StringUxProcessor. process(Map<String,Pointcut> pointcuts, String view, HttpResponse httpResponse, HttpRequest request, HttpExchange exchange) -
Uses of HttpResponse in eos.web
Methods in eos.web that return HttpResponse Modifier and Type Method Description protected HttpResponseHttpTransmission. getHttpResponse(HttpExchange exchange) -
Uses of HttpResponse in test
Methods in test with parameters of type HttpResponse Modifier and Type Method Description StringTodoHandler. deleteTodo(HttpResponse resp, Long id)StringTodoService. deleteTodo(Long id, HttpResponse resp)StringTodoHandler. getEdit(HttpResponse resp, Long id)StringTodoService. getEdit(Long id, HttpResponse resp)StringTodoHandler. getList(HttpResponse resp)StringTodoService. getList(HttpResponse resp)StringTodoHandler. saveTodo(HttpRequest req, HttpResponse resp)StringTodoService. saveTodo(HttpRequest req, HttpResponse resp)StringTodoHandler. updateTodo(HttpRequest req, HttpResponse resp, Long id)StringTodoService. updateTodo(Long id, HttpRequest req, HttpResponse resp)
-