Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
class: Validator [javadoc | source]
java.lang.Object
   org.apache.jasper.compiler.Validator
Performs validation on the page elements. Attributes are checked for mandatory presence, entry value validity, and consistency. As a side effect, some page global value (such as those from page direcitves) are stored, for later use.
Nested Class Summary:
static class  Validator.DirectiveVisitor  A visitor to validate and extract page directive info 
static class  Validator.ValidateVisitor  A visitor for validating nodes other than page directives 
static class  Validator.TagExtraInfoVisitor  A visitor for validating TagExtraInfo classes of all tags 
Method from org.apache.jasper.compiler.Validator Summary:
validate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.Validator Detail:
 public static  void validate(Compiler compiler,
    Node.Nodes page) throws JasperException