public interface ServletContext
Enumeration getAttributeNames()
Enumeration getInitParameterNames()
String getServletContextName()
ServletContext getContext(String uripath)
String getServerInfo()
int getMajorVersion()
int getMinorVersion()
RequestDispatcher getRequestDispatcher(String path)
RequestDispatcher getNamedDispatcher(String name)
URL getResource(String path) throws MalformedURLException
MalformedURLExceptionInputStream getResourceAsStream(String path)
String getContextPath()
Servlet getServlet(String name) throws ServletException
ServletExceptionEnumeration getServletNames()
Enumeration getServlets()
void log(Exception exception, String msg)
void log(String msg)
void removeAttribute(String name)
Copyright © 2014. All rights reserved.