net.sourceforge.pebble.decorator
Class TechnoratiTagsDecorator

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

public class TechnoratiTagsDecorator
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
TechnoratiTagsDecorator()
           
 
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

TechnoratiTagsDecorator

public TechnoratiTagsDecorator()
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.