Class PortletExplorerExactCatChannelListener
- java.lang.Object
-
- com.jalios.jcms.ChannelListener
-
- com.jalios.jcmsplugin.explorer.listener.PortletExplorerExactCatChannelListener
-
- All Implemented Interfaces:
com.jalios.jcms.plugin.PluginComponent
,java.lang.Comparable
public class PortletExplorerExactCatChannelListener extends com.jalios.jcms.ChannelListener
Updates existing PortletExplorer by setting exactCat to true if false, depending on property "jcmsplugin.explorer.app.auto-update-exact-cat"- Since:
- explorer-4.2
-
-
Constructor Summary
Constructors Constructor Description PortletExplorerExactCatChannelListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleFinalize()
void
initAfterStoreLoad()
void
initBeforeStoreLoad()
-
-
-
Method Detail
-
handleFinalize
public void handleFinalize()
- Overrides:
handleFinalize
in classcom.jalios.jcms.ChannelListener
-
initBeforeStoreLoad
public void initBeforeStoreLoad() throws java.lang.Exception
- Overrides:
initBeforeStoreLoad
in classcom.jalios.jcms.ChannelListener
- Throws:
java.lang.Exception
-
initAfterStoreLoad
public void initAfterStoreLoad() throws java.lang.Exception
- Overrides:
initAfterStoreLoad
in classcom.jalios.jcms.ChannelListener
- Throws:
java.lang.Exception
-
-