Class JspUtil.ValidAttribute
java.lang.Object
org.apache.jasper.compiler.JspUtil.ValidAttribute
- Enclosing class:
JspUtil
Represents a valid attribute for a tag.
-
Constructor Summary
ConstructorsConstructorDescriptionValidAttribute(String name) Constructs an optional instance with the given name.ValidAttribute(String name, boolean mandatory) Constructs an instance with the given name and mandatory flag. -
Method Summary
-
Constructor Details
-
ValidAttribute
Constructs an instance with the given name and mandatory flag.- Parameters:
name- The attribute namemandatory- Whether the attribute is mandatory
-
ValidAttribute
Constructs an optional instance with the given name.- Parameters:
name- The attribute name
-