public abstract static class OSGiAccess.OSGiServletContext extends Object implements javax.servlet.ServletContext
It's public only because it needs to be proxied.
This class represents a singleton servlet context instance which is not a real servlet context.
Constructor and Description |
---|
OSGiServletContext() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name) |
Map<String,? extends javax.servlet.ServletRegistration> |
getServletRegistrations() |
void |
log(String msg) |
void |
setAttribute(String name,
Object object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFilter, addFilter, addFilter, addListener, addListener, addListener, addServlet, addServlet, addServlet, createFilter, createListener, createServlet, declareRoles, getAttributeNames, getClassLoader, getContext, getContextPath, getDefaultSessionTrackingModes, getEffectiveMajorVersion, getEffectiveMinorVersion, getEffectiveSessionTrackingModes, getFilterRegistration, getFilterRegistrations, getInitParameter, getInitParameterNames, getJspConfigDescriptor, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServerInfo, getServlet, getServletContextName, getServletNames, getServletRegistration, getServlets, getSessionCookieConfig, getVirtualServerName, log, log, removeAttribute, setInitParameter, setSessionTrackingModes
public void setAttribute(String name, Object object)
setAttribute
in interface javax.servlet.ServletContext
public Object getAttribute(String name)
getAttribute
in interface javax.servlet.ServletContext
public void log(String msg)
log
in interface javax.servlet.ServletContext
Copyright © 2019. All rights reserved.