程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.workplace.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
限定符和类型 | 方法和说明 |
---|---|
protected static void |
CmsWorkplaceConfiguration.generateContextMenuItemXml(org.dom4j.Element parentElement,
CmsMenuRuleTranslator menuRuleTranslator,
CmsExplorerContextMenuItem item)
Creates the xml output for context menu item nodes and eventual subnodes.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsExplorerContextMenuBuilder.buildHtmlContextMenu(java.util.List<CmsExplorerContextMenuItem> contextMenuEntries,
CmsExplorerContextMenuItem parent,
java.lang.StringBuffer menu,
CmsResourceUtil[] resUtil,
CmsMenuRuleTranslator menuRuleTranslator,
boolean isSingleSelection,
java.util.Map<java.lang.String,CmsMenuItemVisibilityMode> storedModes)
Returns the HTML for the list of given context menu entry items.
|