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

clime.messadmin.core.Constants Maven / Gradle / Ivy

Go to download

Notification system and Session administration for J2EE Web Applications

There is a newer version: 4.1.1
Show newest version
/**
 * 
 */
package clime.messadmin.core;

/**
 * Should be a Java 5 Enum...
 * @author Cédrik LIME
 */
public interface Constants {
	/**
	 * Key for a session message
	 */
	public static final String SESSION_MESSAGE_KEY = "clime.messadmin.message";//$NON-NLS-1$
	/**
	 * Key for a global (application-scope) message
	 */
	public static final String GLOBAL_MESSAGE_KEY = "clime.messadmin.message.global";//$NON-NLS-1$
	
	public static final String APPLICATION_MESSAGE = "message";//$NON-NLS-1$
	public static final String APPLICATION_ERROR   = "error";//$NON-NLS-1$

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy