| |
|
| java.lang.Object javax.faces.component._ClassUtils
_ClassUtils | final class _ClassUtils (Code) | | author: Manfred Geiler (latest modification by $Author: mbr $) author: Anton Koinov version: $Revision: 518532 $ $Date: 2007-03-15 10:13:01 +0100 (Do, 15 Mrz 2007) $ |
BOOLEAN_ARRAY_CLASS | final public static Class BOOLEAN_ARRAY_CLASS(Code) | | |
BOOLEAN_OBJECT_ARRAY_CLASS | final public static Class BOOLEAN_OBJECT_ARRAY_CLASS(Code) | | |
BYTE_ARRAY_CLASS | final public static Class BYTE_ARRAY_CLASS(Code) | | |
BYTE_OBJECT_ARRAY_CLASS | final public static Class BYTE_OBJECT_ARRAY_CLASS(Code) | | |
CHARACTER_OBJECT_ARRAY_CLASS | final public static Class CHARACTER_OBJECT_ARRAY_CLASS(Code) | | |
CHAR_ARRAY_CLASS | final public static Class CHAR_ARRAY_CLASS(Code) | | |
COMMON_TYPES | final public static Map COMMON_TYPES(Code) | | |
DOUBLE_ARRAY_CLASS | final public static Class DOUBLE_ARRAY_CLASS(Code) | | |
DOUBLE_OBJECT_ARRAY_CLASS | final public static Class DOUBLE_OBJECT_ARRAY_CLASS(Code) | | |
FLOAT_ARRAY_CLASS | final public static Class FLOAT_ARRAY_CLASS(Code) | | |
FLOAT_OBJECT_ARRAY_CLASS | final public static Class FLOAT_OBJECT_ARRAY_CLASS(Code) | | |
INTEGER_OBJECT_ARRAY_CLASS | final public static Class INTEGER_OBJECT_ARRAY_CLASS(Code) | | |
INT_ARRAY_CLASS | final public static Class INT_ARRAY_CLASS(Code) | | |
LONG_ARRAY_CLASS | final public static Class LONG_ARRAY_CLASS(Code) | | |
LONG_OBJECT_ARRAY_CLASS | final public static Class LONG_OBJECT_ARRAY_CLASS(Code) | | |
OBJECT_ARRAY_CLASS | final public static Class OBJECT_ARRAY_CLASS(Code) | | |
SHORT_ARRAY_CLASS | final public static Class SHORT_ARRAY_CLASS(Code) | | |
SHORT_OBJECT_ARRAY_CLASS | final public static Class SHORT_OBJECT_ARRAY_CLASS(Code) | | |
STRING_OBJECT_ARRAY_CLASS | final public static Class STRING_OBJECT_ARRAY_CLASS(Code) | | |
classForName | public static Class classForName(String type) throws ClassNotFoundException(Code) | | Tries a Class.loadClass with the context class loader of the current thread first and
automatically falls back to the ClassUtils class loader (i.e. the loader of the
myfaces.jar lib) if necessary.
Parameters: type - fully qualified name of a non-primitive non-array class the corresponding Class throws: NullPointerException - if type is null throws: ClassNotFoundException - |
getCurrentLoader | protected static ClassLoader getCurrentLoader(Object defaultObject)(Code) | | Gets the ClassLoader associated with the current thread. Returns the class loader associated with
the specified default object if no context loader is associated with the current thread.
Parameters: defaultObject - The default object to use to determine the class loader (if none associated with current thread.) ClassLoader |
getResources | public static Iterator getResources(String resource, Object defaultObject)(Code) | | Parameters: resource - Name of resource(s) to find in classpath Parameters: defaultObject - The default object to use to determine the class loader (if none associated with current thread.) Iterator over URL Objects |
|
|
|