org.zkoss.jsp.zul.Const Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zuljsp Show documentation
Show all versions of zuljsp Show documentation
The JSP tags for encapsulating ZK XUL components
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...