org.apache.myfaces.extensions.validator.core.proxy
Class DefaultProxyHelper
java.lang.Object
org.apache.myfaces.extensions.validator.core.proxy.DefaultProxyHelper
- All Implemented Interfaces:
- ProxyHelper
public class DefaultProxyHelper
- extends java.lang.Object
- implements ProxyHelper
- Since:
- x.x.3
- Author:
- Gerhard Petracek
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
DefaultProxyHelper
public DefaultProxyHelper()
getUnproxiedClass
public <T> java.lang.Class<T> getUnproxiedClass(java.lang.Class currentClass,
java.lang.Class<T> targetType)
- Specified by:
getUnproxiedClass
in interface ProxyHelper
getUnproxiedClass
public java.lang.Class getUnproxiedClass(java.lang.Class currentClass)
- Specified by:
getUnproxiedClass
in interface ProxyHelper
getNameOfClass
public java.lang.String getNameOfClass(java.lang.Class currentClass)
- Specified by:
getNameOfClass
in interface ProxyHelper
getClassNameOfObject
public java.lang.String getClassNameOfObject(java.lang.Object object)
- Specified by:
getClassNameOfObject
in interface ProxyHelper
isProxiedClass
public boolean isProxiedClass(java.lang.Class currentClass)
- Specified by:
isProxiedClass
in interface ProxyHelper
isProxiedObject
public boolean isProxiedObject(java.lang.Object proxiedObject)
- Specified by:
isProxiedObject
in interface ProxyHelper
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.