Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
J
M
P
R
S
T
U
A
ADMIN_USER
- Static variable in interface com.osivia.portail.site.portlets.utils.
IConstantes
C
com.osivia.portail.site.portlets.utils
- package com.osivia.portail.site.portlets.utils
containsAny(String, String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Tests to see if the given string contains any of the given terms.
containsAnyIgnoreCase(String, String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Tests to see if the given string contains any of the given terms.
E
endsWithAny(String, String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Tests to see if the given string ends with any of the given terms.
endsWithAnyIgnoreCase(String, String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Tests to see if the given string ends with any of the given terms.
equalsAny(String, String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Tests to see if the given string equals any of the given terms.
equalsAnyIgnoreCase(String, String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Tests to see if the given string equals any of the given terms.
escapeHTML(String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Replaces characters that may be confused by a HTML parser with their equivalent character entity references.
escapeJavaLiteral(String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Replaces characters that are not allowed in a Java style string literal with their escape characters.
escapeRegularExpressionLiteral(String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Escapes characters that have special meaning to regular expressions
escapeSQL(String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Replaces characters that may be confused by an SQL parser with their equivalent escape characters.
F
formatText(String, boolean)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
G
getContainsAnyIgnoreCasePattern(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Compile a pattern that can will match a string if the string contains any of the given terms.
getContainsAnyPattern(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Compile a pattern that can will match a string if the string contains any of the given terms.
getEndsWithAnyIgnoreCasePattern(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Compile a pattern that can will match a string if the string ends with any of the given terms.
getEndsWithAnyPattern(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Compile a pattern that can will match a string if the string ends with any of the given terms.
getEqualsAnyIgnoreCasePattern(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Compile a pattern that can will match a string if the string equals any of the given terms.
getEqualsAnyPattern(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Compile a pattern that can will match a string if the string equals any of the given terms.
getStartsWithAnyIgnoreCasePattern(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Compile a pattern that can will match a string if the string starts with any of the given terms.
getStartsWithAnyPattern(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Compile a pattern that can will match a string if the string starts with any of the given terms.
H
HTML_TEXT_TYPE
- Static variable in interface com.osivia.portail.site.portlets.utils.
IConstantes
I
IConstantes
- Interface in
com.osivia.portail.site.portlets.utils
J
join(String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Join all the elements of a string array into a single String.
join(String[], String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Join all the elements of a string array into a single String.
M
midpad(String, int)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Pad the beginning and end of the given String with spaces until the String is of the given length.
midpad(String, int, char)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Pad the beginning and end of the given String with the given character until the result is the desired length.
P
postpad(String, int)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Pad the end of the given String with spaces until the String is of the given length.
postpad(String, int, char)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Append the given character to the String until the result is the desired length.
prepad(String, int)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Pad the beginning of the given String with spaces until the String is of the given length.
prepad(String, int, char)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Pre-pend the given character to the String until the result is the desired length.
R
replace(String, String, String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Replace occurrences of a substring.
S
split(String, String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Split the given String into tokens.
splitIncludeDelimiters(String, String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Split the given String into tokens.
startsWithAny(String, String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Tests to see if the given string starts with any of the given terms.
startsWithAnyIgnoreCase(String, String[])
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Tests to see if the given string starts with any of the given terms.
StringHelper
- Class in
com.osivia.portail.site.portlets.utils
String helper.
T
trim(String, String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Trim any of the characters contained in the second string from the beginning and end of the first.
U
unescapeHTML(String)
- Static method in class com.osivia.portail.site.portlets.utils.
StringHelper
Turn any HTML escape entities in the string into characters and return the resulting string.
A
C
E
F
G
H
I
J
M
P
R
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All Rights Reserved.