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_CmsStaticExportHandler
m_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, scrubResource
public void performEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report)
I_CmsStaticExportHandler
performEventPublishProject
在接口中 I_CmsStaticExportHandler
performEventPublishProject
在类中 A_CmsStaticExportHandler
publishHistoryId
- 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)