Uses of Class
org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Packages that use AbstractMultiCheckedElementTag
Package
Description
Spring's form tag library for JSP views in Spring's Web MVC framework.
-
Uses of AbstractMultiCheckedElementTag in org.springframework.web.servlet.tags.form
Subclasses of AbstractMultiCheckedElementTag in org.springframework.web.servlet.tags.formModifier and TypeClassDescriptionclassThe<checkboxes>tag renders multiple HTML 'input' tags with type 'checkbox'.classThe<radiobuttons>tag renders multiple HTML 'input' tags with type 'radio'.