net.sourceforge.pebble.decorator
Class BlogTagsDecorator

java.lang.Object
  extended by net.sourceforge.pebble.decorator.ContentDecoratorSupport
      extended by net.sourceforge.pebble.decorator.AbstractTagsDecorator
          extended by net.sourceforge.pebble.decorator.BlogTagsDecorator
All Implemented Interfaces:
ContentDecorator

public class BlogTagsDecorator
extends AbstractTagsDecorator

Generates Technorati tag links for inclusion in the body of blog entries, when rendered as HTML and newsfeeds.

Author:
Simon Brown

Constructor Summary
BlogTagsDecorator()
           
 
Method Summary
 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.AbstractTagsDecorator
decorate
 
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

BlogTagsDecorator

public BlogTagsDecorator()
Method Detail

getBaseUrl

public java.lang.String getBaseUrl(BlogEntry blogEntry)
Gets the base URL for tag links, complete with trailing slash.

Specified by:
getBaseUrl in class AbstractTagsDecorator
Parameters:
blogEntry - the owning BlogEntry
Returns:
a URL as a String


Copyright © 2003-2006, Simon Brown. All Rights Reserved.