org.apache.beehive.netui.core.urltemplates
Class DefaultURLTemplateFileParser

Object
  extended by DefaultURLTemplateFileParser
All Implemented Interfaces:
URLTemplateFileParser

public class DefaultURLTemplateFileParser
extends Object
implements URLTemplateFileParser

Default implementation for parsing url-template-config.


Constructor Summary
DefaultURLTemplateFileParser()
           
 
Method Summary
 UrlTemplateConfigDocument.UrlTemplateConfig parse(InputStream istr)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultURLTemplateFileParser

public DefaultURLTemplateFileParser()
Method Detail

parse

public UrlTemplateConfigDocument.UrlTemplateConfig parse(InputStream istr)
                                                  throws XmlException,
                                                         IOException
Specified by:
parse in interface URLTemplateFileParser
Throws:
XmlException
IOException