| |
|
| java.lang.Object org.directwebremoting.drapgen.generate.xslt.ExtensionFunctions
ExtensionFunctions | public class ExtensionFunctions (Code) | | Functions to make up for the inadequacies of XSTL
author: Joe Walker [joe at getahead dot ltd dot uk] |
isSuperClass | public static boolean isSuperClass(String className)(Code) | | Lookup the class in the class cache to detect if has been marked as
having a children.
Parameters: className - The name of the class to check for children true if the named class is a superclass |
normalizeClassname | public static String normalizeClassname(String original)(Code) | | Convert a jsx3 classname into a Java classname
Parameters: original - The name of the jsx3 class The name of a comparable Java class |
normalizeNonNativeClassname | public static String normalizeNonNativeClassname(String original)(Code) | | Convert a jsx3 classname into a Java classname
Parameters: original - The name of the jsx3 class The name of a comparable Java class |
setJsClassloader | public static void setJsClassloader(GiProject registry)(Code) | | Parameters: registry - the generate to set |
trim | public static String trim(String source)(Code) | | Trim the string by removing whitespace from the start and end of the
string.
See Also: java.lang.String.trim Parameters: source - The string to trim The trimmed version of the input string |
|
|
|