|
Richfaces UI Components UI 4.1.0.20110805-M1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.richfaces.component.util.Strings
public final class Strings
String manipulation utils.
Nested Class Summary | |
---|---|
static class |
Strings.NamingContainerDataHolder
|
Field Summary | |
---|---|
static com.google.common.base.Joiner |
DOT_JOINER
|
Method Summary | |
---|---|
static String |
cut(String in,
int size)
Remove characters from string end |
static String |
firstNonEmpty(String... strings)
|
static String |
firstToLowerCase(String in)
Change case of the first character to lower, as it required by the Java Beans property and setter/getter method name conventions: |
static String |
firstToUpperCase(String in)
Change case of the first character to upper, as it required by the Java Beans property and setter/getter method name conventions: |
static boolean |
isEmpty(String type)
Check string for null or empty value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final com.google.common.base.Joiner DOT_JOINER
Method Detail |
---|
public static String cut(String in, int size)
Remove characters from string end
in
- input stringsize
- number of characters to remove.
public static String firstToLowerCase(String in)
Change case of the first character to lower, as it required by the Java Beans property and setter/getter method name conventions:
"PropertyFoo" will be changed to "propertyFoo"
in
-
in
with first character changed to lower case.public static String firstToUpperCase(String in)
Change case of the first character to upper, as it required by the Java Beans property and setter/getter method name conventions:
"propertyFoo" will be changed to "PropertyFoo"
in
-
in
with first character changed to lower case.public static boolean isEmpty(String type)
Check string for null or empty value
type
-
type
is null or zero-length string.public static String firstNonEmpty(String... strings)
|
Richfaces UI Components UI 4.1.0.20110805-M1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |