Package com.day.cq.wcm.api.commands
Interface WCMCommandContext
-
public interface WCMCommandContext
Context for WCMCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.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
-
-
-
Method Detail
-
getProperties
java.util.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.
-
-