Interface WCMCommandContext


public interface WCMCommandContext
Context for WCMCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the configuration properties of the WCMCommandServlet, done this way to keep compatibility with configurations that existed before changing WCMCommand to be OSGi services
  • Method Details

    • getProperties

      Dictionary<?,?> getProperties()
      Get the configuration properties of the WCMCommandServlet, done this way to keep compatibility with configurations that existed before changing WCMCommand to be OSGi services
      Returns:
      the configuration properties of the WCMCommandServlet, done this way to keep compatibility with configurations that existed before changing WCMCommand to be OSGi services.