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

org.loom.addons.servlet.names.HtmlExtendedAttributeNames Maven / Gradle / Ivy

The newest version!
package org.loom.addons.servlet.names;

public interface HtmlExtendedAttributeNames extends org.loom.servlet.names.HtmlExtendedAttributeNames {
	
	/** the confirmation message of a link bound to \@RequiresConfirmation events */
	static String CONFIRMATION_MESSAGE = "confirmation-message";
	
	/** the confirmation id of a link bound to \@RequiresConfirmation events */
	static String CONFIRMATION_ID = "confirmation-id";

	/** the input name used for multiple  file upload */
	static String MULTIUPLOAD_NAME = "input-name";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy