Skip to content
Snippets Groups Projects
Commit 72f60ce5 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-19269: Write a new print service that supports all current features but...

XWIKI-19269: Write a new print service that supports all current features but returns HTML instead of PDF bytes
* Update @since version

(cherry picked from commit 30e50549)
parent ce04529a
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 12 deletions
......@@ -42,7 +42,8 @@
* Component used to render documents.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Component(roles = DocumentRenderer.class)
@Singleton
......
......@@ -37,7 +37,8 @@
* The PDF export job.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Component
@Named(PDFExportJob.JOB_TYPE)
......
......@@ -54,7 +54,8 @@
* Used to generate the table of contents for the PDF export.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Component
@Named("pdftoc")
......
......@@ -37,7 +37,8 @@
* Safe version of {@link PDFExportJobStatus}.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
public class SafePDFExportJobStatus extends SafeJobStatus<PDFExportJobStatus>
{
......
......@@ -34,7 +34,8 @@
* Provide a safe {@link PDFExportJobStatus}.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Component
@Singleton
......
......@@ -30,7 +30,8 @@
* Represents a request to export multiple XWiki documents as PDF.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Unstable
public class PDFExportJobRequest extends AbstractCheckRightsRequest
......
......@@ -26,7 +26,8 @@
* Used to create and initialize {@link PDFExportJobRequest} instances.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Role
@Unstable
......
......@@ -36,7 +36,8 @@
* The status of the PDF export job.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Unstable
public class PDFExportJobStatus extends DefaultJobStatus<PDFExportJobRequest>
......
......@@ -30,7 +30,8 @@
* The parameters supported by {@link PDFTocMacro}.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Unstable
public class PDFTocMacroParameters
......
......@@ -40,7 +40,8 @@
* Scripting API to export documents as PDF.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Component
@Named(PDFExportScriptService.ROLE_HINT)
......
......@@ -55,7 +55,8 @@
* Default implementation of {@link PDFExportJobRequestFactory}.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Component
@Singleton
......
......@@ -44,7 +44,8 @@
* communicating with the headless web browser.
*
* @version $Id$
* @since 14.4
* @since 14.4.1
* @since 14.5RC1
*/
@Component
@Singleton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment