161162163164165166167
public void log(String message, Throwable throwable) { } public String getRealPath(String path) { throw new NotYetImplemented(); }
165166167168169170171
public String getRealPath(String path) { throw new NotYetImplemented(); } public String getServerInfo() { throw new NotYetImplemented(); }
169170171172173174175
public String getServerInfo() { throw new NotYetImplemented(); } public String getInitParameter(String name) { throw new NotYetImplemented(); }
173174175176177178179
public String getInitParameter(String name) { throw new NotYetImplemented(); } public Enumeration getInitParameterNames() { throw new NotYetImplemented(); }
177178179180181182183
public Enumeration getInitParameterNames() { throw new NotYetImplemented(); } public Object getAttribute(String name) { throw new NotYetImplemented(); }
181182183184185186187
public Object getAttribute(String name) { throw new NotYetImplemented(); } public Enumeration getAttributeNames() { throw new NotYetImplemented(); }
185186187188189190191
public Enumeration getAttributeNames() { throw new NotYetImplemented(); } public void setAttribute(String name, Object object) { throw new NotYetImplemented(); }
189190191192193194195
public void setAttribute(String name, Object object) { throw new NotYetImplemented(); } public void removeAttribute(String name) { throw new NotYetImplemented(); }
70717273747576
return servletContext.getContextPath(); } public boolean importFile(String parentDirRelativePath, String name, InputStream source, boolean overwrite) throws IOException { throw new NotYetImplemented(); }
74757677787980
throws IOException { throw new NotYetImplemented(); } public boolean invalidateSession(String sessId) { throw new NotYetImplemented(); }