|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.MarkupUtils
public class MarkupUtils
Utility methods related to generating markup.
Constructor Summary | |
---|---|
MarkupUtils()
|
Method Summary | |
---|---|
static String |
join(List<String> values)
Joins together several strings, sorting them alphabetically and separating them with spaces. |
static String |
join(String... values)
Joins together several strings, sorting them alphabetically and separating them with spaces. |
static String |
quote(String text)
Quotes the provided value as a JavaScript string literal. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkupUtils()
Method Detail |
---|
public static String quote(String text)
text
-
public static String join(String... values)
public static String join(List<String> values)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |