Package com.jalios.jcms.categorybrowser
Class CategoryBrowserManager
- java.lang.Object
 - 
- com.jalios.jcms.categorybrowser.CategoryBrowserManager
 
 
- 
- All Implemented Interfaces:
 JPropertiesListener
public class CategoryBrowserManager extends java.lang.Object implements JPropertiesListener
 
- 
- 
Field Summary
- 
Fields inherited from interface com.jalios.util.JPropertiesListener
REVISION 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CategoryBrowser>getCategoryBrowserList(CategoryBrowserContext ctx)Return the list of CategoryBrowser available for the given category and the given member.static CategoryBrowserManagergetInstance()voidpropertiesChange(JProperties properties)Invoked after properties have been modified in JCMS and save on disk. 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static CategoryBrowserManager getInstance()
 
- 
propertiesChange
public void propertiesChange(JProperties properties)
Description copied from interface:JPropertiesListenerInvoked after properties have been modified in JCMS and save on disk.You cannot alter the value received in parameters.
Note that properties parameter may be null, a limited set of site properties, or all site properties.
To check that a property has been modified, reload the "current" property instead using
channel.getPropertiesorchannel.getProperty.- Specified by:
 propertiesChangein interfaceJPropertiesListener- Parameters:
 properties- the properties which have been submitted to change
 
- 
getCategoryBrowserList
public java.util.List<CategoryBrowser> getCategoryBrowserList(CategoryBrowserContext ctx)
Return the list of CategoryBrowser available for the given category and the given member.- Parameters:
 ctx- the Category Browser context- Returns:
 - the list of CategoryBrowser available for the given category and the given member.
 - Since:
 - jcms-10.0.5
 
 
 - 
 
 -