Uses of Class
org.apache.jasper.compiler.PageInfo
Packages that use PageInfo
-
Uses of PageInfo in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as PageInfoModifier and TypeFieldDescriptionprivate PageInfo
Compiler.pageInfo
private PageInfo
Generator.pageInfo
private PageInfo
ImplicitTagLibraryInfo.pageInfo
private PageInfo
JspDocumentParser.pageInfo
private PageInfo
PageDataImpl.FirstPassVisitor.pageInfo
private PageInfo
Parser.pageInfo
private PageInfo
TagFileProcessor.TagFileLoaderVisitor.pageInfo
private PageInfo
TagLibraryInfoImpl.pageInfo
private PageInfo
TagPluginManager.pageInfo
private PageInfo
TagPluginManager.TagPluginContextImpl.pageInfo
private PageInfo
Validator.DirectiveVisitor.pageInfo
private PageInfo
Validator.ValidateVisitor.pageInfo
Methods in org.apache.jasper.compiler that return PageInfoModifier and TypeMethodDescriptionCompiler.getPageInfo()
Gets the info about the page under compilationMethods in org.apache.jasper.compiler with parameters of type PageInfoModifier and TypeMethodDescriptionvoid
TagPluginManager.apply
(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo) private Class
TagFileProcessor.loadTagFile
(Compiler compiler, String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, PageInfo parentPageInfo) Compiles and loads a tagfile.void
Compiler.setPageInfo
(PageInfo pageInfo) Sets the info about the page under compilationvoid
Collector.CollectVisitor.updatePageInfo
(PageInfo pageInfo) Constructors in org.apache.jasper.compiler with parameters of type PageInfoModifierConstructorDescriptionFirstPassVisitor
(Node.Root root, PageInfo pageInfo, ErrorDispatcher err) TagLibraryInfoImpl
(String prefix, String uri, TagLibraryInfoImpl delegate, PageInfo pageInfo) Constructor which populates a TagLibraryInfoImpl from a given TagLibraryInfoImpl, and associates the new TagLibraryInfoImpl with the given translation unit (pageInfo).(package private)
TagPluginContextImpl
(Node.CustomTag n, PageInfo pageInfo)