Package org.apache.wiki.filters
Class PingWeblogsComFilter
java.lang.Object
org.apache.wiki.api.filters.BasePageFilter
org.apache.wiki.filters.PingWeblogsComFilter
- All Implemented Interfaces:
PageFilter
A very dumb class that pings weblogs.com on each save. INTERNAL USE ONLY SO FAR! Look, but don't use as-is.
-
Field Summary
FieldsFields inherited from class org.apache.wiki.api.filters.BasePageFilter
m_engine
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wiki.api.filters.PageFilter
destroy, postTranslate, preSave, preTranslate
-
Field Details
-
PROP_PINGURL
The property name for the URL to ping. Value is "pingurl".- See Also:
-
-
Constructor Details
-
PingWeblogsComFilter
public PingWeblogsComFilter()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacePageFilter
- Overrides:
initialize
in classBasePageFilter
-
postSave
-