org.mortbay.jetty.servlet
Class Context.SContext

java.lang.Object
  extended by org.mortbay.jetty.handler.ContextHandler.SContext
      extended by org.mortbay.jetty.servlet.Context.SContext
All Implemented Interfaces:
ServletContext
Enclosing class:
Context

public class Context.SContext
extends ContextHandler.SContext


Constructor Summary
Context.SContext()
           
 
Method Summary
 RequestDispatcher getNamedDispatcher(String name)
           
 RequestDispatcher getRequestDispatcher(String uriInContext)
           
 
Methods inherited from class org.mortbay.jetty.handler.ContextHandler.SContext
getAttribute, getAttributeNames, getContext, getContextHandler, getContextPath, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getRealPath, getResource, getResourceAsStream, getResourcePaths, getServerInfo, getServlet, getServletContextName, getServletNames, getServlets, log, log, log, removeAttribute, setAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Context.SContext

public Context.SContext()
Method Detail

getNamedDispatcher

public RequestDispatcher getNamedDispatcher(String name)
Specified by:
getNamedDispatcher in interface ServletContext
Overrides:
getNamedDispatcher in class ContextHandler.SContext

getRequestDispatcher

public RequestDispatcher getRequestDispatcher(String uriInContext)
Specified by:
getRequestDispatcher in interface ServletContext
Overrides:
getRequestDispatcher in class ContextHandler.SContext