Interface ServletSupport

  • All Known Implementing Classes:
    ConfigManager

    public interface ServletSupport
    • 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 message
        t - a throwable
      • getBundleContext

        org.osgi.framework.BundleContext getBundleContext()
        Get the bundle context
        Returns:
        The bundle contect
      • getService

        Object getService​(String serviceName)
        Gets the service with the specified class name.
        Parameters:
        serviceName - the service name to obtain
        Returns:
        the service or null if missing.