Interface ServletSupport
-
- All Known Implementing Classes:
ConfigManager
public interface ServletSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.osgi.framework.BundleContextgetBundleContext()Get the bundle contextObjectgetService(String serviceName)Gets the service with the specified class name.voidlog(String msg)Log the messagevoidlog(String message, Throwable t)Log the message
-
-
-
Method Detail
-
log
void log(String msg)
Log the message- Parameters:
msg- a log message
-
log
void log(String message, Throwable t)
Log the message- Parameters:
message- a log messaget- a throwable
-
getBundleContext
org.osgi.framework.BundleContext getBundleContext()
Get the bundle context- Returns:
- The bundle contect
-
-