org.weborganic.bastille.doc
Class ListCodeFiles

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

public final class ListCodeFiles
extends Object
implements ContentGenerator, Cacheable

Returns the XSLT documentation using the Cobble format


Constructor Summary
ListCodeFiles()
           
 
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

ListCodeFiles

public ListCodeFiles()
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