org.weborganic.bastille.xml
Class GetXMLFromURITemplate

java.lang.Object
  extended by org.weborganic.bastille.xml.GetXMLFromURITemplate
All Implemented Interfaces:
ContentGenerator

public class GetXMLFromURITemplate
extends Object
implements ContentGenerator

A content generator that can be used to get content from a URI template.

Since:
0.6.0

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

Constructor Detail

GetXMLFromURITemplate

public GetXMLFromURITemplate()
Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException

Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException