uk.co.lothianproductions.httpd.document.impl
Class PropertiesDocumentSource

java.lang.Object
  extended byuk.co.lothianproductions.httpd.document.impl.PropertiesDocumentSource
All Implemented Interfaces:
DocumentSource

public class PropertiesDocumentSource
extends java.lang.Object
implements DocumentSource

Simple DocumentSource for returning property values as documents.

Version:
$Revision: 1.5 $, $Date: 2004/01/02 18:58:45 $
Author:
Aidan Fitzpatrick

Field Summary
protected  XMLPluginConfig mXMLPluginConfig
           
 
Constructor Summary
PropertiesDocumentSource(XMLPluginConfig config)
           
 
Method Summary
 Document getDocument(char[] identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mXMLPluginConfig

protected XMLPluginConfig mXMLPluginConfig
Constructor Detail

PropertiesDocumentSource

public PropertiesDocumentSource(XMLPluginConfig config)
Method Detail

getDocument

public Document getDocument(char[] identifier)
                     throws DocumentNotFoundException
Specified by:
getDocument in interface DocumentSource
Throws:
DocumentNotFoundException