public class VtiUtilBase extends Object
| Constructor and Description |
|---|
VtiUtilBase() |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
endTag(String tagName)
Creates xml closing tag presentation
|
protected StringBuilder |
processTag(String tagName,
Object value)
Creates xml tag presentation with body that contain
value parameter |
protected StringBuilder |
singleTag(String tagName)
Creates xml tag presentation without body
|
protected StringBuilder |
singleTag(String tagName,
Map<String,Object> attributes)
Creates xml tag with attributes presentation without body
|
protected StringBuilder |
startTag(String tagName)
Create xml tag presentation
|
protected StringBuilder |
startTag(String tagName,
Map<String,Object> attributes)
Create xml tag presentation with attributes
|
protected StringBuilder startTag(String tagName)
tagName - name of tagprotected StringBuilder startTag(String tagName, Map<String,Object> attributes)
tagName - name of tagattributes - map or the attributes for the tagprotected StringBuilder endTag(String tagName)
tagName - name of the closing tagprotected StringBuilder singleTag(String tagName)
tagName - name of tagprotected StringBuilder singleTag(String tagName, Map<String,Object> attributes)
tagName - name of tagattributes - map of tag attributesprotected StringBuilder processTag(String tagName, Object value)
value parametertagName - name of tagvalue - that will be placed to the body of the tagCopyright © 2005–2014 Alfresco Software. All rights reserved.