BasePageFilter instead@Deprecated public class BasicPageFilter extends BasePageFilter
BasePageFilterm_engine| Constructor and Description |
|---|
BasicPageFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(Engine engine)
Deprecated.
|
void |
destroy(WikiEngine engine)
Deprecated.
|
void |
initialize(WikiEngine engine,
java.util.Properties properties)
Deprecated.
|
void |
postSave(Context wikiContext,
java.lang.String content)
Deprecated.
|
void |
postSave(WikiContext wikiContext,
java.lang.String content)
Deprecated.
|
java.lang.String |
postTranslate(Context wikiContext,
java.lang.String htmlContent)
Deprecated.
|
java.lang.String |
postTranslate(WikiContext wikiContext,
java.lang.String htmlContent)
Deprecated.
|
java.lang.String |
preSave(Context wikiContext,
java.lang.String content)
Deprecated.
|
java.lang.String |
preSave(WikiContext wikiContext,
java.lang.String content)
Deprecated.
|
java.lang.String |
preTranslate(Context wikiContext,
java.lang.String content)
Deprecated.
|
java.lang.String |
preTranslate(WikiContext wikiContext,
java.lang.String content)
Deprecated.
|
initializepublic BasicPageFilter()
public void initialize(WikiEngine engine, java.util.Properties properties) throws FilterException
FilterExceptionpublic java.lang.String preTranslate(WikiContext wikiContext, java.lang.String content) throws FilterException
FilterExceptionpublic java.lang.String preTranslate(Context wikiContext, java.lang.String content) throws FilterException
FilterExceptionpublic java.lang.String postTranslate(WikiContext wikiContext, java.lang.String htmlContent) throws FilterException
FilterExceptionpublic java.lang.String postTranslate(Context wikiContext, java.lang.String htmlContent) throws FilterException
FilterExceptionpublic java.lang.String preSave(WikiContext wikiContext, java.lang.String content) throws FilterException
FilterExceptionpublic java.lang.String preSave(Context wikiContext, java.lang.String content) throws FilterException
FilterExceptionpublic void postSave(WikiContext wikiContext, java.lang.String content) throws FilterException
FilterExceptionpublic void postSave(Context wikiContext, java.lang.String content) throws FilterException
FilterExceptionpublic void destroy(WikiEngine engine)
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.