Uses of Class
javax.servlet.jsp.tagext.PageData
Packages that use PageData
-
Uses of PageData in javax.servlet.jsp.tagext
Methods in javax.servlet.jsp.tagext with parameters of type PageDataModifier and TypeMethodDescriptionValidate a JSP page. -
Uses of PageData in org.apache.jasper.compiler
Subclasses of PageData in org.apache.jasper.compilerModifier and TypeClassDescription(package private) class
An implementation of javax.servlet.jsp.tagext.PageData which builds the XML view of a given page.Methods in org.apache.jasper.compiler with parameters of type PageDataModifier and TypeMethodDescriptionTranslation-time validation of the XML document associated with the JSP page.private static void
Validator.validateXmlView
(PageData xmlView, Compiler compiler) Validate XML view against the TagLibraryValidator classes of all imported tag libraries.