public abstract static class OSGiAccess.OSGiServletContext extends Object
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 ServletRegistration> |
getServletRegistrations() |
void |
log(String msg) |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object object) |
public void removeAttribute(String name)
public Enumeration<String> getAttributeNames()
public void log(String msg)
Copyright © 2025. All rights reserved.