com.jalios.jcmsplugin.tinymcebuttons
Class TinyMCEButtonsChannelListener

java.lang.Object
  extended by com.jalios.jcms.ChannelListener
      extended by com.jalios.jcmsplugin.tinymcebuttons.TinyMCEButtonsChannelListener
All Implemented Interfaces:
PluginComponent, Comparable

public class TinyMCEButtonsChannelListener
extends ChannelListener
implements PluginComponent

This class set TinyMCE Plugin properties

Since:
jcms-5.7.0
Version:
$Revision: 19483 $
Author:
Jean-Philippe Encausse

Field Summary
static String REVISION
           
 
Fields inherited from class com.jalios.jcms.ChannelListener
order
 
Constructor Summary
TinyMCEButtonsChannelListener()
           
 
Method Summary
 void handleFinalize()
          Called when the channel is finalized
 boolean init(Plugin plugin)
          Initialize the component with the given plugin configuration
 void initAfterStoreLoad()
          Called just after the store has been loaded and the channel has been initialized.
 void initBeforeStoreLoad()
          Called just before the store has been loaded.
 
Methods inherited from class com.jalios.jcms.ChannelListener
compareTo, equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

TinyMCEButtonsChannelListener

public TinyMCEButtonsChannelListener()
Method Detail

init

public boolean init(Plugin plugin)
Description copied from interface: PluginComponent
Initialize the component with the given plugin configuration

Specified by:
init in interface PluginComponent
Overrides:
init in class ChannelListener
Parameters:
plugin - the calling plugin
Returns:
true if the conponent has been correctly initialized.

initBeforeStoreLoad

public void initBeforeStoreLoad()
                         throws Exception
Description copied from class: ChannelListener
Called just before the store has been loaded. If for any reason you want to interrupt JCMS startup, you can throw an exception. The exception's message will be displayed in JCMS status page (to any user!).

Specified by:
initBeforeStoreLoad in class ChannelListener
Throws:
Exception - any exception you may want to throw if a problem occurs needing to interrupt JCMS startup.

initAfterStoreLoad

public void initAfterStoreLoad()
                        throws Exception
Description copied from class: ChannelListener
Called just after the store has been loaded and the channel has been initialized. If for any reason you want to interrupt JCMS startup, you can throw an exception. The exception's message will be displayed in JCMS status page (to any user!).

Specified by:
initAfterStoreLoad in class ChannelListener
Throws:
Exception - any exception you may want to throw if a problem occurs needing to interrupt JCMS startup.

handleFinalize

public void handleFinalize()
Description copied from class: ChannelListener
Called when the channel is finalized

Specified by:
handleFinalize in class ChannelListener


Copyright © 2001-2007 Jalios SA. All Rights Reserved.