Uses of Class
net.sourceforge.pebble.decorator.ContentDecoratorSupport

Packages that use ContentDecoratorSupport
net.sourceforge.pebble.decorator   
 

Uses of ContentDecoratorSupport in net.sourceforge.pebble.decorator
 

Subclasses of ContentDecoratorSupport in net.sourceforge.pebble.decorator
 class AbstractTagsDecorator
          Generates tag links for inclusion in the body of blog entries, when rendered as HTML.
 class BlogCategoriesDecorator
          Generates category links for inclusion in the body of blog entries, when rendered as HTML.
 class BlogTagsDecorator
          Generates Technorati tag links for inclusion in the body of blog entries, when rendered as HTML and newsfeeds.
 class DisableCommentsDecorator
          Disables comments for the blog entry.
 class DisableResponseDecorator
          Disables comments and TrackBacks for the blog entry.
 class DisableTrackBacksDecorator
          Disables TrackBacks for the blog entry.
 class EscapeMarkupDecorator
          Escapes < and > tags in the excerpt/body of blog entries and the body of static pages.
 class ExcerptDecorator
          Automatically creates an excerpt for blog entries if one doesn't already exist.
 class HideUnapprovedResponsesDecorator
          Hides unapproved responses (comments and TrackBacks) if the current user is not a blog contributor.
 class HtmlDecorator
          Decorates blog entries and comments by rendering them as HTML.
 class NoFollowDecorator
          Adds a rel="nofollow" attribute into all links within comment and TrackBack content.
 class PhotoDecorator
          Takes a simple description of photos and generates boilerplate markup.
 class RadeoxDecorator
          Decorates blog entries and comments by rendering them with Radeox, internal links pointing to static pages within the blog.
 class ReadMoreDecorator
          Adds a read more link : - when the entry is aggregated - when an excerpt is present, in the summary view
 class RelativeUriDecorator
          Translates relative URIs in blog entries and static pages into absolute URLs.
 class TechnoratiTagsDecorator
          Generates Technorati tag links for inclusion in the body of blog entries, when rendered as HTML and newsfeeds.
 class TrackBackAutoDiscoveryDecorator
          Generates TrackBack Auto-Discovery links for blog entries.
 



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