Class SolrBlogContentValidatedObserver

All Implemented Interfaces:
Observer, LogEnabled, Contextualizable, Serviceable

Observer for observing post validation in order to synchronize lucene index associated.
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(Event event)
      Description copied from interface: Observer
      Checks if the event is supported. If true, the observe(Event) method will be called.
      Parameters:
      event - the event.
      Returns:
      true for observing this event, false otherwise.
    • _internalObserve

      protected void _internalObserve(Event event, Page postPage, WebContent postContent)
      Description copied from class: AbstractBlogObserver
      Do the actual work.
      Specified by:
      _internalObserve in class AbstractBlogObserver
      Parameters:
      event - the observation event.
      postPage - the Page holding the virtual factory.
      postContent - the post content