class Validator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Validator.DirectiveVisitor
A visitor to validate and extract page directive info
|
(package private) static class |
Validator.TagExtraInfoVisitor
A visitor for validating TagExtraInfo classes of all tags
|
(package private) static class |
Validator.ValidateVisitor
A visitor for validating nodes other than page directives
|
Constructor and Description |
---|
Validator() |
Modifier and Type | Method and Description |
---|---|
static void |
validate(Compiler compiler,
Node.Nodes page) |
private static void |
validateXmlView(javax.servlet.jsp.tagext.PageData xmlView,
Compiler compiler)
Validate XML view against the TagLibraryValidator classes of all
imported tag libraries.
|
public static void validate(Compiler compiler, Node.Nodes page) throws JasperException
JasperException
private static void validateXmlView(javax.servlet.jsp.tagext.PageData xmlView, Compiler compiler) throws JasperException
JasperException