public interface ServletSupport
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.BundleContext |
getBundleContext()
Get the bundle context
|
Object |
getService(String serviceName)
Gets the service with the specified class name.
|
void |
log(String msg)
Log the message
|
void |
log(String message,
Throwable t)
Log the message
|
void log(String msg)
msg - a log messagevoid log(String message, Throwable t)
msg - a log messaget - a throwableorg.osgi.framework.BundleContext getBundleContext()
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.