public abstract class A_CmsOnDemandStaticExportHandler extends A_CmsStaticExportHandler
I_CmsStaticExportHandler interface.This handler is most suitable for dynamic sites that use the static export as optimization for non-dynamic content.
I_CmsStaticExportHandlerm_busy| Constructor and Description |
|---|
A_CmsOnDemandStaticExportHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
performEventPublishProject(CmsUUID publishHistoryId,
I_CmsReport report)
Scrubs files from the export folder that might have been changed.
|
addMovedLinkSources, getRelatedFilesToPurge, getSiblingsList, isBusy, purgeFile, scrubExportFolders, scrubResourcepublic A_CmsOnDemandStaticExportHandler()
public void performEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report)
I_CmsStaticExportHandlerperformEventPublishProject in interface I_CmsStaticExportHandlerperformEventPublishProject in class A_CmsStaticExportHandlerpublishHistoryId - the CmsUUID of the published projectreport - an I_CmsReport instance to print output message,
or null to write messages to the log fileI_CmsStaticExportHandler.performEventPublishProject(org.opencms.util.CmsUUID, org.opencms.report.I_CmsReport)