public final class UnifiedInsertManager extends java.lang.Object implements JPropertiesListener
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
MENU_ITEMS_PREFIX
Properties prefix for all insertion resources loaded as InsertItem. 
 | 
REVISION| Modifier and Type | Method and Description | 
|---|---|
static UnifiedInsertManager | 
getInstance()  | 
java.util.Set<MenuItem> | 
getMenuItems(InsertionContext context)
Retrieve a sorted set of MenuItem for the specified insertion context. 
 | 
void | 
propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk. 
 | 
public static final java.lang.String MENU_ITEMS_PREFIX
public static final UnifiedInsertManager getInstance()
public void propertiesChange(JProperties properties)
JPropertiesListenerYou cannot alter the value received in parameters.
propertiesChange in interface JPropertiesListenerproperties - the properties which have been modified (may not contain all JCMS properties)public java.util.Set<MenuItem> getMenuItems(InsertionContext context)
context - the context in which insertion is being performedCopyright © 2001-2018 Jalios SA. All Rights Reserved.