Class ConvertToPdfAction

  • All Implemented Interfaces:
    MultiSelectAction

    public class ConvertToPdfAction
    extends java.lang.Object
    implements MultiSelectAction
    Multiselect-action that converts all selected content elements to PDF and then redirects to the PDF-content servlet to deliver a merged PDF to the browser.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.util.List<Content> contentList)
      Executes the action on the specified list of contents.
      boolean preloadContent()
      If the action requires the content to be already available as a stream inside each content object, this method has to return true.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait