org.loom.addons.servlet.names.HtmlExtendedAttributeNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of loom-addons Show documentation
Show all versions of loom-addons Show documentation
Uploads all artifacts belonging to configuration ':archives'.
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