Interface RequestGetter
-
- All Known Subinterfaces:
RequestGetterWrite
public interface RequestGetterAllows for getting to the request and response objects for the current thread- Author:
- Aaron Zeckoski (aaron@caret.cam.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.servlet.http.HttpServletRequestgetRequest()javax.servlet.http.HttpServletResponsegetResponse()
-