We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.osgi.
Class OSGiAccess.OSGiServletContext
- java.lang.Object
-
- com.vaadin.flow.server.osgi.OSGiAccess.OSGiServletContext
-
All Implemented Interfaces:
javax.servlet.ServletContext
Enclosing class:
public abstract static class OSGiAccess.OSGiServletContext extends Object implements javax.servlet.ServletContext
This is internal class and is not intended to be used.
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 Summary
Constructors Constructor and Description OSGiServletContext()
-
Method Summary
All Methods 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)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.servlet.ServletContext
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
-
-
-
-
Method Detail
-
setAttribute
public void setAttribute(String name, Object object)
Specified by:
setAttribute
in interfacejavax.servlet.ServletContext
-
getAttribute
public Object getAttribute(String name)
Specified by:
getAttribute
in interfacejavax.servlet.ServletContext
-
log
public void log(String msg)
Specified by:
log
in interfacejavax.servlet.ServletContext
-
-