org.weborganic.bastille.psml
Class GetContentFolderOverviewAuto

java.lang.Object
  extended by org.weborganic.bastille.psml.GetContentFolderOverviewAuto
All Implemented Interfaces:
Cacheable, ContentGenerator

public final class GetContentFolderOverviewAuto
extends Object
implements ContentGenerator, Cacheable

Returns an overview of the folder by Berlioz path.

The overview is generated from the first header and the first paragraph from each PageSeeder XML.

Since:
0.7.5

Constructor Summary
GetContentFolderOverviewAuto()
           
 
Method Summary
 String getETag(ContentRequest req)
           
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetContentFolderOverviewAuto

public GetContentFolderOverviewAuto()
Method Detail

getETag

public String getETag(ContentRequest req)
Specified by:
getETag in interface Cacheable

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException