Definition at line 55 of file MockHttpServletRequest.java.
Public Member Functions | |
MockHttpServletRequest () | |
String | getAuthType () |
String | getContextPath () |
Cookie[] | getCookies () |
long | getDateHeader (String arg0) |
String | getHeader (String name) |
Enumeration | getHeaderNames () |
Enumeration | getHeaders (String arg0) |
int | getIntHeader (String name) |
String | getMethod () |
String | getPathInfo () |
String | getPathTranslated () |
String | getQueryString () |
String | getRemoteUser () |
String | getRequestURI () |
StringBuffer | getRequestURL () |
String | getRequestedSessionId () |
String | getServletPath () |
HttpSession | getSession () |
HttpSession | getSession (boolean arg0) |
Principal | getUserPrincipal () |
boolean | isRequestedSessionIdFromCookie () |
boolean | isRequestedSessionIdFromURL () |
boolean | isRequestedSessionIdFromUrl () |
boolean | isRequestedSessionIdValid () |
boolean | isUserInRole (String arg0) |
Object | getAttribute (String name) |
void | setAttribute (String name, Object o) |
Enumeration | getAttributeNames () |
String | getCharacterEncoding () |
int | getContentLength () |
String | getContentType () |
ServletInputStream | getInputStream () throws IOException |
String | getLocalAddr () |
String | getLocalName () |
int | getLocalPort () |
Locale | getLocale () |
Enumeration | getLocales () |
String | getParameter (String name) |
Map | getParameterMap () |
Enumeration | getParameterNames () |
String[] | getParameterValues (String name) |
void | addParameter (String name, String value) |
String | getProtocol () |
BufferedReader | getReader () throws IOException |
String | getRealPath (String arg0) |
String | getRemoteAddr () |
String | getRemoteHost () |
int | getRemotePort () |
RequestDispatcher | getRequestDispatcher (String arg0) |
String | getScheme () |
String | getServerName () |
int | getServerPort () |
boolean | isSecure () |
void | removeAttribute (String arg0) |
void | setCharacterEncoding (String arg0) throws UnsupportedEncodingException |
Public Attributes | |
String | authType |
String | contextPath |
Cookie[] | cookies |
long | dateHeader = 0 |
String | method |
String | pathinfo |
String | query |
String | requestURI |
String | servletPath |
String | characterEncoding |
String | contentType |
ServletInputStream | inputStream |
Locale | locale |
String | protocol |
String | realPath |
Vector | headerNames = new Vector() |
Vector | headerValues = new Vector() |