public class CategoryBrowserManager extends java.lang.Object implements JPropertiesListener
REVISION| Modifier and Type | Method and Description |
|---|---|
java.util.List<CategoryBrowser> |
getCategoryBrowserList(CategoryBrowserContext ctx)
Return the list of CategoryBrowser available for the given category and the given member.
|
static CategoryBrowserManager |
getInstance() |
void |
propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk.
|
public static CategoryBrowserManager 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.List<CategoryBrowser> getCategoryBrowserList(CategoryBrowserContext ctx)
ctx - the Category Browser contextCopyright © 2001-2021 Jalios SA. All Rights Reserved.