Interface Publisher


public interface Publisher
Service to publish a page and all dependencies.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    publish(Resource resource)
    Publishes the page represented by the specified resource.
  • Method Details

    • publish

      void publish(Resource resource) throws NewsletterException
      Publishes the page represented by the specified resource.
      Parameters:
      resource - The page to publish
      Throws:
      NewsletterException - if the Newsletter could not be published