org.apache.myfaces.extensions.validator.util
Class ProxyUtils

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.util.ProxyUtils

public class ProxyUtils
extends Object

Since:
x.x.3
Author:
Gerhard Petracek

Constructor Summary
ProxyUtils()
           
 
Method Summary
static String getClassName(Class proxiedClass)
           
static String getClassNameOfObject(Object proxiedObject)
           
static Class getUnproxiedClass(Class currentClass)
           
static
<T> Class<T>
getUnproxiedClass(Class currentClass, Class<T> targetType)
           
static boolean isProxiedClass(Class currentClass)
           
static boolean isProxiedObject(Object proxiedObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyUtils

public ProxyUtils()
Method Detail

getUnproxiedClass

public static <T> Class<T> getUnproxiedClass(Class currentClass,
                                             Class<T> targetType)

getUnproxiedClass

public static Class getUnproxiedClass(Class currentClass)

getClassName

public static String getClassName(Class proxiedClass)

getClassNameOfObject

public static String getClassNameOfObject(Object proxiedObject)

isProxiedClass

public static boolean isProxiedClass(Class currentClass)

isProxiedObject

public static boolean isProxiedObject(Object proxiedObject)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.