Class CmsPdfResourceHandler

java.lang.Object
org.opencms.pdftools.CmsPdfResourceHandler
All Implemented Interfaces:
I_CmsResourceInit

public class CmsPdfResourceHandler extends Object implements I_CmsResourceInit
This resource handler handles URLs of the form /pdflink/{locale}/{formatter-id}/{detailname} and format the content identified by detailname using the JSP identified by formatter-id to generate XHTML which is then converted to PDF and returned directly by this handler.

In Online mode, the generated PDFs are cached on the real file system, while in Offline mode, the PDF data is always generated on-the-fly.