|
All content with label beanshell.
Related Labels:
tools
Useful shell scripts
(Community Wiki)
following are a collection of potentially useful scripts to be used with the Magnolia shell module http://documentation.magnolia.info/modules/shell.html. Useful imports & initialization import info.magnolia.cms.core.; import info.magnolia.cms.util.; import info.magnolia.context.; ctx = MgnlContext.getSystemContext(); MgnlContext.setInstance(ctx); hm = ctx.getHierarchyManager("config"); Dump ...
Other labels:
tools
|
|
|