return attributes.get(s);
Vector v = new Vector(); v.addAll(attributes.keySet()); return v.elements();
return encoding;
return this.context;
return null;
return 0;
return locale;
return (String) parameterMap.get(string);
return parameterMap;
return Collections.enumeration(parameterMap.keySet());
return (String[]) parameterMap.get(string);
return pathInfo;
return queryString;
this.requestDispatherString = string; return super.getRequestDispatcher(string);
Get's the source string that was used in the last getRequestDispatcher method call. return requestDispatherString;
return requestDispatherString;
return requestURI;
return scheme;
return serverName;
return serverPort;
HttpSession session = null; try { session = super.getSession(); } catch (AssertionFailedError e) { //ignore } if (session == null) { session = new StrutsMockHttpSession(); setSession(session); } return session;
attributes.put(s, o);
this.encoding = s;
this.locale = locale;
this.parameterMap = parameterMap;
this.queryString = queryString;
this.requestURI = requestURI;
this.scheme = scheme;
this.serverName = serverName;
this.serverPort = serverPort;
this.context = context;
this.pathInfo = pathInfo;