org.opencms.staticexport
Class CmsOnDemandHtmlSubTreeHandler

java.lang.Object
  extended byorg.opencms.staticexport.A_CmsOnDemandStaticExportHandler
      extended byorg.opencms.staticexport.CmsOnDemandHtmlSubTreeHandler
All Implemented Interfaces:
I_CmsStaticExportHandler

public class CmsOnDemandHtmlSubTreeHandler
extends A_CmsOnDemandStaticExportHandler

Concrete OnDemandExportHandler.

The published files and folders are purged, as also all the html files in each subtree.

Since:
6.0.0
Version:
$Revision: 1.9 $
Author:
Michael Moossen
See Also:
I_CmsStaticExportHandler

Field Summary
 
Fields inherited from class org.opencms.staticexport.A_CmsOnDemandStaticExportHandler
m_busy
 
Constructor Summary
CmsOnDemandHtmlSubTreeHandler()
           
 
Method Summary
protected  List getRelatedFilesToPurge(String exportFileName)
          Returns a list of related files to purge.
 
Methods inherited from class org.opencms.staticexport.A_CmsOnDemandStaticExportHandler
isBusy, performEventPublishProject, scrubExportFolders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsOnDemandHtmlSubTreeHandler

public CmsOnDemandHtmlSubTreeHandler()
Method Detail

getRelatedFilesToPurge

protected List getRelatedFilesToPurge(String exportFileName)
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)
Returns:
a list of related files to purge
See Also:
A_CmsOnDemandStaticExportHandler.getRelatedFilesToPurge(java.lang.String)