org.zkoss.zk
Class Version

java.lang.Object
  extended by org.zkoss.zk.Version

public class Version
extends java.lang.Object

The ZK version info. UID must be the same as the version specified in config.xml.

Author:
tomyeh

Field Summary
static java.lang.String RELEASE
          The release version.
static java.lang.String UID
          The version UID used to identify the resources.
 
Constructor Summary
Version()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UID

public static final java.lang.String UID
The version UID used to identify the resources.

See Also:
Constant Field Values

RELEASE

public static final java.lang.String RELEASE
The release version. The official version. It is the same as WebApp.getVersion().

Since:
3.0.0
See Also:
Constant Field Values
Constructor Detail

Version

public Version()


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo