| java.lang.Object com.sourcetap.sfa.util.StringHelper
StringHelper | public class StringHelper (Code) | | DOCUMENT ME!
|
javaNameToDescription | public static String javaNameToDescription(String javaName)(Code) | | Converts a Java variable name to a field description.
The naming conventions used to allow for this are as follows: a Java name (ejb or field) is in all
lower case letters, except the letter at the beginning of each word (for example:
NeatEntityName or RandomFieldName).
Parameters: javaName - The Java variable name The description |
replaceAll | public static String replaceAll(String origString, String removeString, String insertString)(Code) | | DOCUMENT ME!
Parameters: origString - Parameters: removeString - Parameters: insertString - |
textToHtml | final public static String textToHtml(String str)(Code) | | Converts text to HTML. Replace new lines in text with BR tags
and replace leading white space with html space characters
Parameters: str - - String containing the plain text. the HTML verion of the string |
|
|