Package org.apache.jasper.compiler
Class JspUtil.ValidAttribute
- java.lang.Object
-
- org.apache.jasper.compiler.JspUtil.ValidAttribute
-
- Enclosing class:
- JspUtil
public static class JspUtil.ValidAttribute extends java.lang.ObjectRepresents a valid attribute for a tag.
-
-
Constructor Summary
Constructors Constructor Description ValidAttribute(java.lang.String name)Constructs an optional instance with the given name.ValidAttribute(java.lang.String name, boolean mandatory)Constructs an instance with the given name and mandatory flag.
-
-
-
Constructor Detail
-
ValidAttribute
public ValidAttribute(java.lang.String name, boolean mandatory)Constructs an instance with the given name and mandatory flag.- Parameters:
name- The attribute namemandatory- Whether the attribute is mandatory
-
ValidAttribute
public ValidAttribute(java.lang.String name)
Constructs an optional instance with the given name.- Parameters:
name- The attribute name
-
-