Interface CmsEventDispatcherService


public interface CmsEventDispatcherService

Service that if present can be used to to dispatch nodes for which the CMS has to reload its wicket model

Note, in case of [SITE + REPOSITORY] deployments without CMS, this service won't be present since the CMS will register it

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    events(Node... nodes)
     
  • Method Details

    • events

      void events(Node... nodes)