|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tag | |
---|---|
net.sourceforge.pebble.domain | |
net.sourceforge.pebble.index |
Uses of Tag in net.sourceforge.pebble.domain |
---|
Methods in net.sourceforge.pebble.domain that return Tag | |
---|---|
Tag |
Blog.getTag(java.lang.String name)
Gets the tag with the specified name. |
Methods in net.sourceforge.pebble.domain that return types with arguments of type Tag | |
---|---|
java.util.List<Tag> |
BlogEntry.getAllTags()
Gets a list of all tags. |
java.util.List<Tag> |
Blog.getTags()
Gets the list of tags associated with this blog. |
java.util.List<Tag> |
BlogEntry.getTagsAsList()
Gets the tags associated with this category, as a List. |
static java.util.List<Tag> |
Tag.parse(Blog blog,
java.lang.String tags)
Given a string containing whitespace separated tags, this method returns a List containing the tags. |
Methods in net.sourceforge.pebble.domain with parameters of type Tag | |
---|---|
java.util.List |
Blog.getRecentPublishedBlogEntries(Tag tag)
Gets the most recent published blog entries for a given tag, the number of which is taken from the recentBlogEntriesOnHomePage property. |
Uses of Tag in net.sourceforge.pebble.index |
---|
Subclasses of Tag in net.sourceforge.pebble.index | |
---|---|
class |
IndexedTag
Represents a tag. |
Methods in net.sourceforge.pebble.index that return types with arguments of type Tag | |
---|---|
java.util.List<Tag> |
TagIndex.getTags()
Gets the list of tags associated with this blog. |
Methods in net.sourceforge.pebble.index with parameters of type Tag | |
---|---|
java.util.List<java.lang.String> |
TagIndex.getRecentBlogEntries(Tag tag)
Gets the blog entries for a given tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |