org.eclipse.jetty.webapp
Class WebAppContext.Context

java.lang.Object
  extended by org.eclipse.jetty.server.handler.ContextHandler.Context
      extended by org.eclipse.jetty.servlet.ServletContextHandler.Context
          extended by org.eclipse.jetty.webapp.WebAppContext.Context
All Implemented Interfaces:
ServletContext
Enclosing class:
WebAppContext

public class WebAppContext.Context
extends ServletContextHandler.Context


Field Summary
 
Fields inherited from interface javax.servlet.ServletContext
ORDERED_LIBS, TEMPDIR
 
Constructor Summary
WebAppContext.Context()
           
 
Method Summary
 URL getResource(String path)
           
 
Methods inherited from class org.eclipse.jetty.servlet.ServletContextHandler.Context
addFilter, addFilter, addFilter, addListener, addListener, addListener, addServlet, addServlet, addServlet, createFilter, createListener, createServlet, declareRoles, getFilterRegistration, getFilterRegistrations, getNamedDispatcher, getServletRegistration, getServletRegistrations, setInitParameter
 
Methods inherited from class org.eclipse.jetty.server.handler.ContextHandler.Context
getAttribute, getAttributeNames, getContext, getContextHandler, getContextPath, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getRealPath, getRequestDispatcher, 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
 
Methods inherited from interface javax.servlet.ServletContext
getClassLoader, getDefaultSessionTrackingModes, getEffectiveMajorVersion, getEffectiveMinorVersion, getEffectiveSessionTrackingModes, getJspConfigDescriptor, getSessionCookieConfig, setSessionTrackingModes
 

Constructor Detail

WebAppContext.Context

public WebAppContext.Context()
Method Detail

getResource

public URL getResource(String path)
                throws MalformedURLException
Specified by:
getResource in interface ServletContext
Overrides:
getResource in class ContextHandler.Context
Throws:
MalformedURLException


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.