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) |
Enumeration<String> |
getAttributeNames() |
Map<String,? extends javax.servlet.ServletRegistration> |
getServletRegistrations() |
void |
log(String msg) |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFilter, addFilter, addFilter, addListener, addListener, addListener, addServlet, addServlet, addServlet, createFilter, createListener, createServlet, declareRoles, 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, setInitParameter, setSessionTrackingModespublic void setAttribute(String name, Object object)
setAttribute in interface javax.servlet.ServletContextpublic Object getAttribute(String name)
getAttribute in interface javax.servlet.ServletContextpublic void removeAttribute(String name)
removeAttribute in interface javax.servlet.ServletContextpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface javax.servlet.ServletContextpublic void log(String msg)
log in interface javax.servlet.ServletContextCopyright © 2000–2026 Vaadin Ltd. All rights reserved.