org.tuckey.web.filters.urlrewrite.sample
Class SampleConfExt
java.lang.Object
org.tuckey.web.filters.urlrewrite.Conf
org.tuckey.web.filters.urlrewrite.sample.SampleConfExt
public class SampleConfExt
- extends Conf
|
Method Summary |
protected void |
loadDom(InputStream inputStream)
Load the dom document from the inputstream
Note, protected so that is can be extended. |
protected void |
processConfDoc(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 |
SampleConfExt
public SampleConfExt()
loadDom
protected void loadDom(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(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
Copyright © 2001-2012 Paul Tuckey. All Rights Reserved.