|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ compiler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.compiler
Class ReflectionUtil

java.lang.Objectcom.sun.facelets.compiler.ReflectionUtil
- class ReflectionUtil
- extends java.lang.Object
Utilities for Managing Serialization and Reflection
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: jhook $
| Field Summary | |
protected static java.lang.String[] |
EMPTY_STRING
|
protected static java.lang.String[] |
PRIMITIVE_NAMES
|
protected static java.lang.Class[] |
PRIMITIVES
|
| Constructor Summary | |
private |
ReflectionUtil()
|
| Method Summary | |
static java.lang.Class |
forName(java.lang.String name)
|
protected static java.lang.Class |
forNamePrimitive(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
EMPTY_STRING
protected static final java.lang.String[] EMPTY_STRING
PRIMITIVE_NAMES
protected static final java.lang.String[] PRIMITIVE_NAMES
PRIMITIVES
protected static final java.lang.Class[] PRIMITIVES
| Constructor Detail |
ReflectionUtil
private ReflectionUtil()
| Method Detail |
forName
public static java.lang.Class forName(java.lang.String name) throws java.lang.ClassNotFoundException
forNamePrimitive
protected static java.lang.Class forNamePrimitive(java.lang.String name)
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ compiler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.facelets.compiler.ReflectionUtil