Constructor and Description |
---|
HtmlUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
closeTag(Tag tag,
Counter indent) |
static String |
getHref(String dest,
String show,
Counter indent)
Return an HTML ahref tag
|
static String |
getImage(String image,
Counter indent)
Return an HTML img tag
|
static String |
getIndent(Counter indent) |
static String |
getIndentedContent(String content,
Counter indent) |
static String |
getTag(Tag tag,
String content,
Counter indent) |
static String |
openTag(Tag tag,
Counter indent) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.