public interface HttpRequest
Modifier and Type | Method and Description |
---|---|
void |
forward(HttpResponse response,
String to) |
String |
getAppUri() |
Object |
getAttribute(String attributeName) |
String |
getHeader(String header) |
String |
getMethod() |
String |
getPath() |
Reader |
getReader() |
String |
getUri() |
void |
setAttribute(String attributeName,
Object value) |
Copyright © 2013. All rights reserved.