public class PingWeblogsComFilter extends BasicPageFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_PINGURL
The property name for the URL to ping.
|
m_engine| Constructor and Description |
|---|
PingWeblogsComFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(WikiEngine engine,
Properties props)
If you override this, you should call super.initialize() first.
|
void |
postSave(WikiContext context,
String pagecontent)
This method is called after the page has been successfully saved.
|
destroy, postTranslate, preSave, preTranslatepublic static final String PROP_PINGURL
public PingWeblogsComFilter()
public void initialize(WikiEngine engine, Properties props)
initialize in interface PageFilterinitialize in class BasicPageFilterengine - The WikiEngine whic owns this PageFilterprops - The properties ripped from filters.xml.public void postSave(WikiContext context, String pagecontent)
Since the result is discarded from this method, this is only useful for things like counters, etc.
postSave in interface PageFilterpostSave in class BasicPageFiltercontext - The WikiContextpagecontent - The content which was just stored.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.