|
||||||||||
| 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.AbstractTagsDecorator
public abstract class AbstractTagsDecorator
Generates tag links for inclusion in the body of blog entries, when rendered as HTML.
| Constructor Summary | |
|---|---|
AbstractTagsDecorator()
|
|
| Method Summary | |
|---|---|
void |
decorate(ContentDecoratorContext context,
BlogEntry blogEntry)
Decorates the specified blog entry. |
abstract java.lang.String |
getBaseUrl(BlogEntry blogEntry)
Gets the base URL for tag links, complete with trailing slash. |
| Methods inherited from class net.sourceforge.pebble.decorator.ContentDecoratorSupport |
|---|
decorate, 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 AbstractTagsDecorator()
| Method Detail |
|---|
public void decorate(ContentDecoratorContext context,
BlogEntry blogEntry)
decorate in interface ContentDecoratordecorate in class ContentDecoratorSupportcontext - the context in which the decoration is runningblogEntry - the blog entry to be decorated
if something goes wrong when running the decoratorpublic abstract java.lang.String getBaseUrl(BlogEntry blogEntry)
blogEntry - the owning BlogEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||