| Package | Description |
|---|---|
| de.intarsys.tools.tag |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedTag
A simple type/key/value pair that can be attached to POJO's.
|
| Modifier and Type | Method and Description |
|---|---|
static Tag |
TagTools.getTag(Object object,
String key)
Get the first tag matching "key".
|
static Tag[] |
TagTools.getTags(Object object)
Get all tags for object.
|
static Tag[] |
TagTools.getTags(Object object,
String key)
Get all tags matching "key".
|
static Tag |
TagTools.parseTag(String definition) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ITagSupport.getTags()
The tag list for this object.
|
static List<Tag> |
TagTools.parseTags(String definition) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TagTools.addTag(Object object,
Tag tag)
Add a tag to an object.
|
static void |
TagTools.addTags(Object object,
Tag[] pTags) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TagTools.addTags(Object object,
List<Tag> pTags) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.