API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.server. JOTServletContext View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTServletContext
Implements
Subclasses
Description
public class JOTServletContext
TBD --- maybe
See also:   
Constructors
public JOTServletContext ()
Methods
Hide/Show inherited methods
public Object getAttribute (String arg0)
public Enumeration getAttributeNames ()
public ServletContext getContext (String arg0)
public String getContextPath ()
public String getInitParameter (String arg0)
public Enumeration getInitParameterNames ()
public int getMajorVersion ()
public String getMimeType (String arg0)
public int getMinorVersion ()
public RequestDispatcher getNamedDispatcher (String arg0)
public String getRealPath (String arg0)
public RequestDispatcher getRequestDispatcher (String arg0)
public URL getResource (String arg0) throws MalformedURLException
public InputStream getResourceAsStream (String arg0)
public Set getResourcePaths (String arg0)
public String getServerInfo ()
public Servlet getServlet (String arg0) throws .ServletException
public String getServletContextName ()
public Enumeration getServletNames ()
public Enumeration getServlets ()
public void log (Exception arg0, String arg1)
public void log (String arg0)
public void log (String arg0, Throwable arg1)
public void removeAttribute (String arg0)
public void setAttribute (String arg0, Object arg1)
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar