|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.templatecompiler.builder.StringUtils
public class StringUtils
String utilites.
Constructor Summary | |
---|---|
StringUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getEscapedString(java.lang.String text)
|
static java.lang.String |
hex(char c)
Convert a char to a "%hh " string. |
static boolean |
isalnum(char c)
Returns true if the char isalpha() or isdigit(). |
static boolean |
isalpha(char c)
Returns true if the char isupper() or islower(). |
static boolean |
isdigit(char c)
Returns true if the char is from '0' to '9' inclusive. |
static boolean |
islower(char c)
Returns true if the char is from 'a' to 'z' inclusive. |
static boolean |
isupper(char c)
Returns true if the char is from 'A' to 'Z' inclusive. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtils()
Method Detail |
---|
public static java.lang.String getEscapedString(java.lang.String text)
public static java.lang.String hex(char c)
char
to a "%hh
" string.
c
- char to convert
%hh
representation of char.public static boolean isalnum(char c)
public static boolean isalpha(char c)
public static boolean isupper(char c)
public static boolean islower(char c)
public static boolean isdigit(char c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |