|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport
net.sourceforge.pebble.event.blogentry.TidyListener
public class TidyListener
Runs W3C Tidy over the excerpt and body of blog entries so that they are valid XHTML.
| Constructor Summary | |
|---|---|
TidyListener()
|
|
| Method Summary | |
|---|---|
void |
blogEntryAdded(BlogEntryEvent event)
Called when a blog entry has been added. |
void |
blogEntryChanged(BlogEntryEvent event)
Called when a blog entry has been changed. |
| Methods inherited from class net.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport |
|---|
blogEntryPublished, blogEntryRemoved, blogEntryUnpublished |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TidyListener()
| Method Detail |
|---|
public void blogEntryAdded(BlogEntryEvent event)
blogEntryAdded in interface BlogEntryListenerblogEntryAdded in class BlogEntryListenerSupportevent - a BlogEntryEvent instancepublic void blogEntryChanged(BlogEntryEvent event)
blogEntryChanged in interface BlogEntryListenerblogEntryChanged in class BlogEntryListenerSupportevent - a BlogEntryEvent instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||