|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.decorator.ContentDecoratorSupport
net.sourceforge.pebble.decorator.HtmlDecorator
public class HtmlDecorator
Decorates blog entries and comments by rendering them as HTML.
Constructor Summary | |
---|---|
HtmlDecorator()
|
Method Summary | |
---|---|
void |
decorate(ContentDecoratorContext context,
Comment comment)
Decorates the specified comment. |
void |
decorate(ContentDecoratorContext context,
TrackBack trackBack)
Decorates the specified TrackBack. |
Methods inherited from class net.sourceforge.pebble.decorator.ContentDecoratorSupport |
---|
decorate, decorate, getBlog, setBlog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlDecorator()
Method Detail |
---|
public void decorate(ContentDecoratorContext context, Comment comment)
decorate
in interface ContentDecorator
decorate
in class ContentDecoratorSupport
context
- the context in which the decoration is runningcomment
- the comment to be decoratedpublic void decorate(ContentDecoratorContext context, TrackBack trackBack)
decorate
in interface ContentDecorator
decorate
in class ContentDecoratorSupport
context
- the context in which the decoration is runningtrackBack
- the TrackBack to be decorated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |