All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zkoss.jsp.zul.Const Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.zkoss.jsp.zul;

/**
 * @author ian
 *
 */
public final class Const {
	/* prevent ill use.*/
	private Const(){}
	public static final String CONTEXT_KEY = ComponentDefinitionTag.class.getName()+"!Set";
	
	
}//end of class...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy