Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.compiler
Class ReflectionUtil  view ReflectionUtil download ReflectionUtil.java

java.lang.Object
  extended bycom.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)