Package org.opencms.staticexport
Class CmsOnDemandStaticExportHandler
java.lang.Object
org.opencms.staticexport.A_CmsStaticExportHandler
org.opencms.staticexport.A_CmsOnDemandStaticExportHandler
org.opencms.staticexport.CmsOnDemandStaticExportHandler
- All Implemented Interfaces:
I_CmsStaticExportHandler
Concrete OnDemandExportHandler.
Just the published files and folders are purged.
- Since:
- 6.0.0
- See Also:
-
Field Summary
Fields inherited from class org.opencms.staticexport.A_CmsStaticExportHandler
m_busy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRelatedFilesToPurge
(String exportFileName, String vfsName) Returns a list of related files to purge.Methods inherited from class org.opencms.staticexport.A_CmsOnDemandStaticExportHandler
performEventPublishProject
Methods inherited from class org.opencms.staticexport.A_CmsStaticExportHandler
addMovedLinkSources, getSiblingsList, isBusy, purgeFile, scrubExportFolders, scrubResource
-
Constructor Details
-
CmsOnDemandStaticExportHandler
public CmsOnDemandStaticExportHandler()
-
-
Method Details
-
getRelatedFilesToPurge
Description copied from class:A_CmsStaticExportHandler
Returns a list of related files to purge.- Specified by:
getRelatedFilesToPurge
in classA_CmsStaticExportHandler
- Parameters:
exportFileName
- the previous exported rfs filename (already purged)vfsName
- the vfs name of the resource (to be used to compute more sofisticated sets of related files to purge- Returns:
- a list of related files to purge
- See Also:
-