org.tuckey.web.filters.urlrewrite.sample
Class SampleConfExt

java.lang.Object
  extended by org.tuckey.web.filters.urlrewrite.Conf
      extended by org.tuckey.web.filters.urlrewrite.sample.SampleConfExt

public class SampleConfExt
extends Conf


Field Summary
 
Fields inherited from class org.tuckey.web.filters.urlrewrite.Conf
decodeUsing, defaultMatchType, useContext, useQueryString
 
Constructor Summary
SampleConfExt()
           
 
Method Summary
protected  void loadDom(java.io.InputStream inputStream)
          Load the dom document from the inputstream

Note, protected so that is can be extended.

protected  void processConfDoc(org.w3c.dom.Document doc)
          Process dom document and populate Conf object.
 
Methods inherited from class org.tuckey.web.filters.urlrewrite.Conf
addOutboundRule, addRule, destroy, getCatchElems, getDecodeUsing, getDefaultMatchType, getErrors, getFileName, getLoadedDate, getOutboundRules, getRules, initialise, isDecodeUsingCustomCharsetRequired, isDecodeUsingEncodingHeader, isEngineEnabled, isLoadedFromFile, isOk, isUseContext, isUseQueryString, loadModRewriteStyle, setDecodeUsing, setDefaultMatchType, setEngineEnabled, setUseContext, setUseQueryString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleConfExt

public SampleConfExt()
Method Detail

loadDom

protected void loadDom(java.io.InputStream inputStream)
Description copied from class: Conf
Load the dom document from the inputstream

Note, protected so that is can be extended.

Overrides:
loadDom in class Conf
Parameters:
inputStream - stream of the conf file to load

processConfDoc

protected void processConfDoc(org.w3c.dom.Document doc)
Description copied from class: Conf
Process dom document and populate Conf object.

Note, protected so that is can be extended.

Overrides:
processConfDoc in class Conf