Uses of Class
net.sourceforge.pebble.api.decorator.ContentDecoratorContext

Packages that use ContentDecoratorContext
net.sourceforge.pebble.api.decorator   
net.sourceforge.pebble.decorator   
 

Uses of ContentDecoratorContext in net.sourceforge.pebble.api.decorator
 

Methods in net.sourceforge.pebble.api.decorator with parameters of type ContentDecoratorContext
 void ContentDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ContentDecorator.decorate(ContentDecoratorContext context, Comment comment)
          Decorates the specified comment.
 void ContentDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void ContentDecorator.decorate(ContentDecoratorContext context, TrackBack trackBack)
          Decorates the specified TrackBack.
 

Uses of ContentDecoratorContext in net.sourceforge.pebble.decorator
 

Methods in net.sourceforge.pebble.decorator with parameters of type ContentDecoratorContext
 void TrackBackAutoDiscoveryDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void RelativeUriDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ReadMoreDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void RadeoxDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void PhotoDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void HideUnapprovedResponsesDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ExcerptDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void EscapeMarkupDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void DisableTrackBacksDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void DisableResponseDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void DisableCommentsDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ContentDecoratorSupport.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ContentDecoratorChain.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void BlogCategoriesDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void AbstractTagsDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void NoFollowDecorator.decorate(ContentDecoratorContext context, Comment comment)
          Decorates the specified comment.
 void HtmlDecorator.decorate(ContentDecoratorContext context, Comment comment)
          Decorates the specified comment.
 void ContentDecoratorSupport.decorate(ContentDecoratorContext context, Comment comment)
          Decorates the specified comment.
 void ContentDecoratorChain.decorate(ContentDecoratorContext context, Comment comment)
          Decorates the specified comment.
static void ContentDecoratorChain.decorate(ContentDecoratorContext context, java.util.List blogEntries)
          Decorates the specified blog entries.
 void RelativeUriDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void RadeoxDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void PhotoDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void ExcerptDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void EscapeMarkupDecorator.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void ContentDecoratorSupport.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void ContentDecoratorChain.decorate(ContentDecoratorContext context, StaticPage staticPage)
          Decorates the specified static page.
 void NoFollowDecorator.decorate(ContentDecoratorContext context, TrackBack trackBack)
          Decorates the specified TrackBack.
 void HtmlDecorator.decorate(ContentDecoratorContext context, TrackBack trackBack)
          Decorates the specified TrackBack.
 void ContentDecoratorSupport.decorate(ContentDecoratorContext context, TrackBack trackBack)
          Decorates the specified TrackBack.
 void ContentDecoratorChain.decorate(ContentDecoratorContext context, TrackBack trackBack)
          Decorates the specified TrackBack.
 



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