org.richfaces.cdk.templatecompiler.el.types
Class TypesFactory

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.el.types.TypesFactory

public final class TypesFactory
extends java.lang.Object

Author:
Nick Belaevski

Method Summary
static void clearCaches()
           
static Type getNullType()
           
static Type getType(java.lang.String typeString, java.lang.ClassLoader classLoader)
           
static Type getType(java.lang.reflect.Type reflectionType)
           
static Type[] getTypesArray(java.lang.reflect.Type[] reflectionTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public static Type getType(java.lang.String typeString,
                           java.lang.ClassLoader classLoader)

getType

public static Type getType(java.lang.reflect.Type reflectionType)

getTypesArray

public static Type[] getTypesArray(java.lang.reflect.Type[] reflectionTypes)

getNullType

public static Type getNullType()

clearCaches

public static void clearCaches()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.