|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tag | |
|---|---|
| com.day.cq.collab.blog | |
| com.day.cq.collab.forum.api | |
| com.day.cq.tagging | |
| com.day.cq.tagging.servlets | |
| com.day.cq.wcm.api | |
| com.day.cq.wcm.msm.api | |
| Uses of Tag in com.day.cq.collab.blog |
|---|
| Methods in com.day.cq.collab.blog that return Tag | |
|---|---|
Tag[] |
BlogEntry.getTags()
Returns the tags associated with this blog entry. |
Tag[] |
Blog.getTags()
Returns all tags entries in this blog are filed under. |
| Methods in com.day.cq.collab.blog with parameters of type Tag | |
|---|---|
String |
Blog.getTagAsHTML(Tag tag)
Returns the specified tag as an HTML link. |
String |
Blog.getTagAsHTML(Tag tag,
ResourceBundle resourceBundle)
Returns the specified tag as an HTML link. |
int |
Blog.getTagCount(Tag tag)
Returns the number of blog entries filed under the specified tag. |
void |
BlogEntry.setTags(Tag[] tags)
Sets the tags associated with this blog entry. |
| Uses of Tag in com.day.cq.collab.forum.api |
|---|
| Methods in com.day.cq.collab.forum.api that return Tag | |
|---|---|
Tag[] |
Post.getTags()
Returns the Tags this post is tagged with. |
| Uses of Tag in com.day.cq.tagging |
|---|
| Fields in com.day.cq.tagging declared as Tag | |
|---|---|
Tag[] |
TagManager.FindResults.tags
|
| Methods in com.day.cq.tagging that return Tag | |
|---|---|
Tag |
TagManager.createTag(String tagID,
String title,
String description)
Creates a new tag (or namespace) by creating it in the tag store, eg. |
Tag |
TagManager.createTag(String tagID,
String title,
String description,
boolean autoSave)
Creates a new tag (or namespace) by creating it in the tag store, eg. |
Tag |
TagManager.createTagByTitle(String titlePath)
Creates a new tag (not namespace, can be specified at the beginning, but must exist) from a title or a path of titles (corresponding to getTitlePath()). |
Tag |
TagManager.createTagByTitle(String titlePath,
boolean autoSave)
Creates a new tag (not namespace, can be specified at the beginning, but must exist) from a title or a path of titles (corresponding to getTitlePath()). |
Tag |
TagManager.createTagByTitle(String tagTitlePath,
Locale locale)
Creates a new tag (not namespace, can be specified at the beginning, but must exist) from a title or a path of titles (corresponding to getTitlePath()). |
Tag |
Tag.getNamespace()
Returns the tag namespace inside which this tag resides as tag object. |
Tag[] |
TagManager.getNamespaces()
Retrieves all available tag namespaces as array. |
Tag |
Tag.getParent()
Gets the parent of this tag. |
Tag[] |
TagCloud.getTags()
|
Tag[] |
TagManager.getTags(Resource resource)
Retrieves the tags set on the given resource. |
Tag[] |
TagManager.getTagsForSubtree(Resource resource,
boolean shallow)
Retrieves the tags set on the given resource and/or all its child resources (aka subtree). |
Tag |
TagManager.moveTag(Tag tag,
String destination)
Moves a tag. |
Tag |
TagManager.resolve(String tagID)
Resolves a tag (or namespace) object by a shorthand tag id, such as sky or dam:fruit/apple, or by the absolute
path to a tag, such as /etc/tags/dam/fruit/apple. |
Tag |
TagManager.resolveByTitle(String tagTitlePath)
Resolves a tag (or namespace) object by a title or path of titles (corresponding to getTitlePath()). |
Tag |
TagManager.resolveByTitle(String tagTitlePath,
Locale locale)
Resolves a tag (or namespace) object by a title or path of titles (corresponding to getTitlePath()) in the given locale. |
| Methods in com.day.cq.tagging that return types with arguments of type Tag | |
|---|---|
Iterator<Tag> |
TagManager.getNamespacesIter()
Retrieves all available tag namespaces as iterator. |
Iterator<Tag> |
Tag.listAllSubTags()
Lists all sub-tags, ie. children, grand-children and so on. |
Iterator<Tag> |
Tag.listChildren()
Lists the direct child tags for both tag namespaces and tag containers. |
Iterator<Tag> |
Tag.listChildren(Filter<Tag> filter)
Lists the child tags for both tag namespaces and tag containers, but only those included by a filter. |
| Methods in com.day.cq.tagging with parameters of type Tag | |
|---|---|
void |
TagManager.deleteTag(Tag tag)
Deletes the given tag. |
void |
TagManager.deleteTag(Tag tag,
boolean autoSave)
Deletes the given tag. |
void |
TagManager.mergeTag(Tag tag,
Tag destination)
Merges a tag with another one. |
Tag |
TagManager.moveTag(Tag tag,
String destination)
Moves a tag. |
void |
TagManager.setTags(Resource resource,
Tag[] tags)
Sets tags on the given resource. |
void |
TagManager.setTags(Resource resource,
Tag[] tags,
boolean autoSave)
Sets tags on the given resource. |
| Method parameters in com.day.cq.tagging with type arguments of type Tag | |
|---|---|
Iterator<Tag> |
Tag.listChildren(Filter<Tag> filter)
Lists the child tags for both tag namespaces and tag containers, but only those included by a filter. |
| Constructors in com.day.cq.tagging with parameters of type Tag | |
|---|---|
TagCloud(Tag[] tags)
|
|
TagCloud(Tag[] tags,
Locale locale)
|
|
| Uses of Tag in com.day.cq.tagging.servlets |
|---|
| Methods in com.day.cq.tagging.servlets with parameters of type Tag | |
|---|---|
static void |
TagJsonServlet.writeTag(JSONWriter writer,
Tag tag,
boolean writeCount)
|
static void |
TagJsonServlet.writeTag(JSONWriter writer,
Tag tag,
boolean writeCount,
XSSProtectionService xss)
|
| Uses of Tag in com.day.cq.wcm.api |
|---|
| Methods in com.day.cq.wcm.api that return Tag | |
|---|---|
Tag[] |
Page.getTags()
Returns the tags set on this page. |
| Uses of Tag in com.day.cq.wcm.msm.api |
|---|
| Methods in com.day.cq.wcm.msm.api that return Tag | |
|---|---|
Tag[] |
Blueprint.getTags()
Deprecated. since 5.4, Page Blueprint is not required to be a Page |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||