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
-
Enclosing class:
public abstract static class OSGiAccess.OSGiServletContext extends Object
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)
Enumeration<String>
getAttributeNames()
Map<String,? extends ServletRegistration>
getServletRegistrations()
void
log(String msg)
void
removeAttribute(String name)
void
setAttribute(String name, Object object)
-
-
-
Method Detail
-
removeAttribute
public void removeAttribute(String name)
-
getAttributeNames
public Enumeration<String> getAttributeNames()
-
log
public void log(String msg)
-
-