public class DebugValidator
extends javax.servlet.jsp.tagext.TagLibraryValidator
$CATALINA_HOME/logs/catalina.out). To utilize it, simply
include a taglib directive for this tag library at the top
of your JSP page.| Constructor and Description |
|---|
DebugValidator() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.jsp.tagext.ValidationMessage[] |
validate(String prefix,
String uri,
javax.servlet.jsp.tagext.PageData page)
Validate a JSP page.
|
public javax.servlet.jsp.tagext.ValidationMessage[] validate(String prefix, String uri, javax.servlet.jsp.tagext.PageData page)
null if the page is
valid; otherwise the method should return an array of
ValidationMessage objects. An array of length zero is
also interpreted as no errors.validate in class javax.servlet.jsp.tagext.TagLibraryValidatorprefix - The value of the prefix argument in this directiveuri - The value of the URI argument in this directivepage - The page data for this pageCopyright © 2015 WSO2 Inc. All rights reserved.