Package org.apache.wiki.api.filters
Class BasicPageFilter
java.lang.Object
org.apache.wiki.api.filters.BasePageFilter
org.apache.wiki.api.filters.BasicPageFilter
- All Implemented Interfaces:
PageFilter
Deprecated.
Hooks all filters not using the public api into it.
- See Also:
-
Field Summary
Fields inherited from class org.apache.wiki.api.filters.BasePageFilter
m_engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
destroy
(WikiEngine engine) Deprecated.void
initialize
(WikiEngine engine, Properties properties) Deprecated.void
Deprecated.void
postSave
(WikiContext wikiContext, String content) Deprecated.postTranslate
(Context wikiContext, String htmlContent) Deprecated.postTranslate
(WikiContext wikiContext, String htmlContent) Deprecated.Deprecated.preSave
(WikiContext wikiContext, String content) Deprecated.preTranslate
(Context wikiContext, String content) Deprecated.preTranslate
(WikiContext wikiContext, String content) Deprecated.Methods inherited from class org.apache.wiki.api.filters.BasePageFilter
initialize
-
Constructor Details
-
BasicPageFilter
public BasicPageFilter()Deprecated.
-
-
Method Details
-
initialize
Deprecated.- Throws:
FilterException
-
preTranslate
Deprecated.- Throws:
FilterException
-
preTranslate
Deprecated.- Throws:
FilterException
-
postTranslate
Deprecated.- Throws:
FilterException
-
postTranslate
Deprecated.- Throws:
FilterException
-
preSave
Deprecated.- Throws:
FilterException
-
preSave
Deprecated.- Throws:
FilterException
-
postSave
Deprecated.- Throws:
FilterException
-
postSave
Deprecated.- Throws:
FilterException
-
destroy
Deprecated. -
destroy
Deprecated.
-
BasePageFilter
instead