org.zkoss.zk.ui
Class WebApps

java.lang.Object
  extended by org.zkoss.zk.ui.WebApps

public class WebApps
extends java.lang.Object

Utilities related to the whole Web application.

Since:
3.0.7
Author:
tomyeh

Constructor Summary
WebApps()
           
 
Method Summary
static java.lang.String getEdition()
          Returns the edition, such as EE, PE and CE.
static boolean getFeature(java.lang.String feature)
          Returns whether the specified feature is supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApps

public WebApps()
Method Detail

getFeature

public static boolean getFeature(java.lang.String feature)
Returns whether the specified feature is supported.

Parameters:
feature - which feature to check. Supported features:
professional or pe
Whether it is ZK PE, i.e., whether zkex.jar (and others) are installed.
enterprise or ee
Whether it is ZK EE, i.e., whether zkmax.jar (and others) are installed. Note: ZK EE implies "pe". In other words, if getFeature("ee") is true, getFeature("pe") must be true.
Since:
3.0.7

getEdition

public static java.lang.String getEdition()
Returns the edition, such as EE, PE and CE. Notice that prior to 5.0.1, the return value is one of Enterprise, Professional and Standard.

Since:
3.6.2


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