return attributes.get(s);
return Collections.enumeration(attributes.keySet());
return null;
return contextPath;
return (String) initParams.get(s);
return Collections.enumeration(initParams.keySet());
return 0;
return realPath;
if (resourceAsStream != null) { return resourceAsStream; } return null;
return servletInfo;
attributes.remove(s);
attributes.put(s, o);
this.contextPath = contextPath;
initParams.put(name, value);
realPath = value;
this.resourceAsStream = is;
this.servletInfo = servletInfo;