getAttribute
public Object getAttribute(String name)
getAttributeNames
public Enumeration getAttributeNames()
getContext
public ServletContext getContext(String uripath)
getInitParameter
public String getInitParameter(String name)
getInitParameterNames
public Enumeration getInitParameterNames()
getMajorVersion
public int getMajorVersion()
getMimeType
public String getMimeType(String file)
getMinorVersion
public int getMinorVersion()
getNamedDispatcher
public RequestDispatcher getNamedDispatcher(String name)
getRealPath
public String getRealPath(String path)
getRequestDispatcher
public RequestDispatcher getRequestDispatcher(String path)
getResource
public URL getResource(String path)
throws MalformedURLException
getResourceAsStream
public InputStream getResourceAsStream(String path)
getResourcePaths
public Set getResourcePaths(String path)
getServerInfo
public String getServerInfo()
getServlet
public Servlet getServlet(String name)
throws ServletException
getServletContextName
public String getServletContextName()
getServletNames
public Enumeration getServletNames()
getServlets
public Enumeration getServlets()
log
public void log(Exception exception,
String msg)
log
public void log(String msg)
log
public void log(String message,
Throwable throwable)
removeAttribute
public void removeAttribute(String name)
setAttribute
public void setAttribute(String name,
Object object)