Uses of Class
eos.model.web.HttpRequest
-
Packages that use HttpRequest Package Description eos.processor eos.util eos.web test -
-
Uses of HttpRequest in eos.processor
Methods in eos.processor with parameters of type HttpRequest Modifier and Type Method Description StringUxProcessor. process(Map<String,Pointcut> pointcuts, String view, HttpResponse httpResponse, HttpRequest request, HttpExchange exchange) -
Uses of HttpRequest in eos.util
Methods in eos.util with parameters of type HttpRequest Modifier and Type Method Description ObjectSupport. get(HttpRequest request, Class cls)ObjectSupport. propagate(HttpRequest request, Class cls) -
Uses of HttpRequest in eos.web
Methods in eos.web that return HttpRequest Modifier and Type Method Description HttpRequestElementCompiler. compile()Methods in eos.web with parameters of type HttpRequest Modifier and Type Method Description StringPointcut. halloween(HttpRequest httpRequest, HttpExchange exchange)voidInterceptor. intercept(HttpRequest request, HttpExchange httpExchange)booleanPointcut. isTrue(HttpRequest httpRequest, HttpExchange exchange) -
Uses of HttpRequest in test
Methods in test with parameters of type HttpRequest Modifier and Type Method Description 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)
-