com.opensymphony.xwork2.util
Class ProxyUtil

java.lang.Object
  extended by com.opensymphony.xwork2.util.ProxyUtil

public class ProxyUtil
extends Object

ProxyUtil

Various utility methods dealing with proxies


Constructor Summary
ProxyUtil()
           
 
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
 

Constructor Detail

ProxyUtil

public ProxyUtil()
Method Detail

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 check
object - the object to check


Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.