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, preTranslate
public static final String PROP_PINGURL
public PingWeblogsComFilter()
public void initialize(WikiEngine engine, Properties props)
initialize
in interface PageFilter
initialize
in class BasicPageFilter
engine
- 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 PageFilter
postSave
in class BasicPageFilter
context
- The WikiContextpagecontent
- The content which was just stored.Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.