com.opensymphony.xwork2.util
Class ProxyUtil
java.lang.Object
com.opensymphony.xwork2.util.ProxyUtil
public class ProxyUtil
- extends Object
ProxyUtil
Various utility methods dealing with proxies
Method Summary |
static boolean |
isProxyMember(Member member,
Object object)
Check whether the given member is a proxy member of a proxy object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyUtil
public ProxyUtil()
isProxyMember
public static boolean isProxyMember(Member member,
Object object)
- Check whether the given member is a proxy member of a proxy object.
- Parameters:
member
- the member to checkobject
- the object to check
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.