Class DefaultApplicationChannelListener

  • All Implemented Interfaces:
    PluginComponent, java.lang.Comparable

    public class DefaultApplicationChannelListener
    extends ChannelListener
    Channel listener which creates default application
    Since:
    jcms-10.0.3
    • Field Detail

      • APPLICATION_WORKSPACE_VID

        public static final java.lang.String APPLICATION_WORKSPACE_VID
        See Also:
        Constant Field Values
      • APPLICATION_ADMIN_VID

        public static final java.lang.String APPLICATION_ADMIN_VID
        See Also:
        Constant Field Values
      • APPLICATION_APPSTORE_VID

        public static final java.lang.String APPLICATION_APPSTORE_VID
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultApplicationChannelListener

        public DefaultApplicationChannelListener()
    • Method Detail

      • initAfterStoreLoad

        public void initAfterStoreLoad()
                                throws java.lang.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!).
        Overrides:
        initAfterStoreLoad in class ChannelListener
        Throws:
        java.lang.Exception - any exception you may want to throw if a problem occurs needing to interrupt JCMS startup.
      • initBeforeStoreLoad

        public void initBeforeStoreLoad()
                                 throws java.lang.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!).
        Overrides:
        initBeforeStoreLoad in class ChannelListener
        Throws:
        java.lang.Exception - any exception you may want to throw if a problem occurs needing to interrupt JCMS startup.