org.zkoss.spring.impl
Class ZKProxy

java.lang.Object
  extended by org.zkoss.spring.impl.ZKProxy

public class ZKProxy
extends java.lang.Object

A proxy used to access ZK functions that depends on ZK versions.

Since:
1.2.0
Author:
henrichen

Nested Class Summary
static interface ZKProxy.Proxy
          Interface to access version-dependent features of ZK.
 
Constructor Summary
ZKProxy()
           
 
Method Summary
static ZKProxy.Proxy getProxy()
          Reeturns the ZK Proxy used to access version-dependent features.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZKProxy

public ZKProxy()
Method Detail

getProxy

public static ZKProxy.Proxy getProxy()
Reeturns the ZK Proxy used to access version-dependent features.



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.