Package org.zkoss.bind.proxy
Class ZKProxyTargetHandlers
- java.lang.Object
-
- org.zkoss.bind.proxy.ZKProxyTargetHandlers
-
- All Implemented Interfaces:
AggregationListener
public class ZKProxyTargetHandlers extends java.lang.Object implements AggregationListener
An aggregating proxy target handlers- Since:
- 8.0.2
- Author:
- jameschu
- See Also:
ProxyTargetHandler
-
-
Constructor Summary
Constructors Constructor Description ZKProxyTargetHandlers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.List<ProxyTargetHandler>
getSystemProxyTargetHandlers()
Returns all of the system proxy target handlersboolean
isHandled(java.lang.Class<?> klass)
Returns whether the given class is handled.
-
-
-
Method Detail
-
isHandled
public boolean isHandled(java.lang.Class<?> klass)
Description copied from interface:AggregationListener
Returns whether the given class is handled.- Specified by:
isHandled
in interfaceAggregationListener
-
getSystemProxyTargetHandlers
public static java.util.List<ProxyTargetHandler> getSystemProxyTargetHandlers()
Returns all of the system proxy target handlers
-
-