org.opencms.staticexport
Class CmsOnDemandStaticExportHandler
java.lang.Object
org.opencms.staticexport.A_CmsOnDemandStaticExportHandler
org.opencms.staticexport.CmsOnDemandStaticExportHandler
- All Implemented Interfaces:
- I_CmsStaticExportHandler
public class CmsOnDemandStaticExportHandler
- extends A_CmsOnDemandStaticExportHandler
Concrete OnDemandExportHandler.
Just the published files and folders are purged.
- Since:
- 6.0.0
- Version:
- $Revision: 1.11 $
- Author:
- Michael Moossen
- See Also:
I_CmsStaticExportHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmsOnDemandStaticExportHandler
public CmsOnDemandStaticExportHandler()
getRelatedFilesToPurge
protected List getRelatedFilesToPurge(String exportFileName,
String vfsName)
- Description copied from class:
A_CmsOnDemandStaticExportHandler
- Returns a list of related files to purge.
- Specified by:
getRelatedFilesToPurge in class A_CmsOnDemandStaticExportHandler
- 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:
A_CmsOnDemandStaticExportHandler.getRelatedFilesToPurge(java.lang.String, java.lang.String)