org.eclipse.jetty.server.handler
Class ContextHandler.Context
java.lang.Object
org.eclipse.jetty.server.handler.ContextHandler.Context
- All Implemented Interfaces:
- ServletContext
- Direct Known Subclasses:
- ServletContextHandler.Context
- Enclosing class:
- ContextHandler
public class ContextHandler.Context
- extends Object
- implements ServletContext
Context.
A partial implementation of ServletContext.
A complete implementation is provided by the derived ContextHandler.
| Methods inherited from interface javax.servlet.ServletContext |
addFilter, addFilter, addFilter, addListener, addListener, addListener, addServlet, addServlet, addServlet, createFilter, createListener, createServlet, declareRoles, getClassLoader, getDefaultSessionTrackingModes, getEffectiveMajorVersion, getEffectiveMinorVersion, getEffectiveSessionTrackingModes, getFilterRegistration, getFilterRegistrations, getJspConfigDescriptor, getServletRegistration, getServletRegistrations, getSessionCookieConfig, setSessionTrackingModes |
ContextHandler.Context
protected ContextHandler.Context()
getContextHandler
public ContextHandler getContextHandler()
getContext
public ServletContext getContext(String uripath)
- Specified by:
getContext in interface ServletContext
getMajorVersion
public int getMajorVersion()
- Specified by:
getMajorVersion in interface ServletContext
getMimeType
public String getMimeType(String file)
- Specified by:
getMimeType in interface ServletContext
getMinorVersion
public int getMinorVersion()
- Specified by:
getMinorVersion in interface ServletContext
getNamedDispatcher
public RequestDispatcher getNamedDispatcher(String name)
- Specified by:
getNamedDispatcher in interface ServletContext
getRequestDispatcher
public RequestDispatcher getRequestDispatcher(String uriInContext)
- Specified by:
getRequestDispatcher in interface ServletContext
getRealPath
public String getRealPath(String path)
- Specified by:
getRealPath in interface ServletContext
getResource
public URL getResource(String path)
throws MalformedURLException
- Specified by:
getResource in interface ServletContext
- Throws:
MalformedURLException
getResourceAsStream
public InputStream getResourceAsStream(String path)
- Specified by:
getResourceAsStream in interface ServletContext
getResourcePaths
public Set getResourcePaths(String path)
- Specified by:
getResourcePaths in interface ServletContext
getServerInfo
public String getServerInfo()
- Specified by:
getServerInfo in interface ServletContext
getServlet
public Servlet getServlet(String name)
throws ServletException
- Specified by:
getServlet in interface ServletContext
- Throws:
ServletException
getServletNames
public Enumeration getServletNames()
- Specified by:
getServletNames in interface ServletContext
getServlets
public Enumeration getServlets()
- Specified by:
getServlets in interface ServletContext
log
public void log(Exception exception,
String msg)
- Specified by:
log in interface ServletContext
log
public void log(String msg)
- Specified by:
log in interface ServletContext
log
public void log(String message,
Throwable throwable)
- Specified by:
log in interface ServletContext
getInitParameter
public String getInitParameter(String name)
- Specified by:
getInitParameter in interface ServletContext
getInitParameterNames
public Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames in interface ServletContext
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttribute in interface ServletContext
getAttributeNames
public Enumeration getAttributeNames()
- Specified by:
getAttributeNames in interface ServletContext
setAttribute
public void setAttribute(String name,
Object value)
- Specified by:
setAttribute in interface ServletContext
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttribute in interface ServletContext
getServletContextName
public String getServletContextName()
- Specified by:
getServletContextName in interface ServletContext
getContextPath
public String getContextPath()
- Specified by:
getContextPath in interface ServletContext
toString
public String toString()
- Overrides:
toString in class Object
setInitParameter
public boolean setInitParameter(String name,
String value)
- Specified by:
setInitParameter in interface ServletContext
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.