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| 构造器和说明 |
|---|
A_CmsOnDemandStaticExportHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 void performEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report)
I_CmsStaticExportHandlerperformEventPublishProject 在接口中 I_CmsStaticExportHandlerperformEventPublishProject 在类中 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)