|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentDecorator | |
---|---|
net.sourceforge.pebble.decorator |
Uses of ContentDecorator in net.sourceforge.pebble.decorator |
---|
Classes in net.sourceforge.pebble.decorator that implement ContentDecorator | |
---|---|
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 |
ContentDecoratorChain
Manages a list of content decorators at runtime. |
class |
ContentDecoratorSupport
Starting point for BlogEntryDecorator implementations to extend. |
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. |
Methods in net.sourceforge.pebble.decorator that return types with arguments of type ContentDecorator | |
---|---|
java.util.List<ContentDecorator> |
ContentDecoratorChain.getDecorators()
Gets the list of content decorators. |
Methods in net.sourceforge.pebble.decorator with parameters of type ContentDecorator | |
---|---|
void |
ContentDecoratorChain.add(ContentDecorator decorator)
Adds a new decorator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |