112113114115116117118
public String getServletContextName() { return name; } public ServletContext getContext(String uripath) { throw new NotYetImplemented(); }
116117118119120121122
public ServletContext getContext(String uripath) { throw new NotYetImplemented(); } public int getMajorVersion() { throw new NotYetImplemented(); }
120121122123124125126
public int getMajorVersion() { throw new NotYetImplemented(); } public int getMinorVersion() { throw new NotYetImplemented(); }
124125126127128129130
public int getMinorVersion() { throw new NotYetImplemented(); } public String getMimeType(String file) { throw new NotYetImplemented(); }
128129130131132133134
public String getMimeType(String file) { throw new NotYetImplemented(); } public Set getResourcePaths(String path) { throw new NotYetImplemented(); }
132133134135136137138
public Set getResourcePaths(String path) { throw new NotYetImplemented(); } public RequestDispatcher getRequestDispatcher(String path) { throw new NotYetImplemented(); }
136137138139140141142
public RequestDispatcher getRequestDispatcher(String path) { throw new NotYetImplemented(); } public RequestDispatcher getNamedDispatcher(String name) { throw new NotYetImplemented(); }
140141142143144145146
public RequestDispatcher getNamedDispatcher(String name) { throw new NotYetImplemented(); } public Servlet getServlet(String name) throws ServletException { throw new NotYetImplemented(); }
144145146147148149150
public Servlet getServlet(String name) throws ServletException { throw new NotYetImplemented(); } public Enumeration getServlets() { throw new NotYetImplemented(); }
148149150151152153154
public Enumeration getServlets() { throw new NotYetImplemented(); } public Enumeration getServletNames() { throw new NotYetImplemented(); }