Package com.day.cq.wcm.api.commands
Interface WCMCommandContext
public interface WCMCommandContext
Context for WCMCommand
-
Method Summary
Modifier and TypeMethodDescriptionDictionary<?, ?> 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.
-