Class Validator.ValidateVisitor.NamedAttributeVisitor
java.lang.Object
org.apache.jasper.compiler.Node.Visitor
org.apache.jasper.compiler.Validator.ValidateVisitor.NamedAttributeVisitor
- Enclosing class:
Validator.ValidateVisitor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method provides a place to put actions that are common to all nodes.boolean
-
Field Details
-
hasDynamicContent
private boolean hasDynamicContent
-
-
Constructor Details
-
NamedAttributeVisitor
private NamedAttributeVisitor()
-
-
Method Details
-
doVisit
Description copied from class:Node.VisitorThis method provides a place to put actions that are common to all nodes. Override this in the child visitor class if need to.- Overrides:
doVisitin classNode.Visitor- Throws:
JasperException
-
hasDynamicContent
public boolean hasDynamicContent()
-