public class BasePageFilter extends java.lang.Object implements PageFilter
| Constructor and Description |
|---|
BasePageFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Engine engine,
java.util.Properties properties)
If you override this, you should call super.initialize() first.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, postSave, postTranslate, preSave, preTranslatepublic BasePageFilter()
public void initialize(Engine engine, java.util.Properties properties) throws FilterException
initialize in interface PageFilterengine - The Engine which owns this PageFilterproperties - The properties ripped from filters.xml.FilterException - If the filter could not be initialized. If this is thrown, the filter is not added to the internal queues.Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.