Uses of Class
org.apache.jasper.compiler.PageInfo
-
Packages that use PageInfo Package Description org.apache.jasper.compiler -
-
Uses of PageInfo in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as PageInfo Modifier and Type Field Description private PageInfoCompiler. pageInfoprivate PageInfoGenerator. pageInfoprivate PageInfoImplicitTagLibraryInfo. pageInfoprivate PageInfoJspDocumentParser. pageInfoprivate PageInfoPageDataImpl.FirstPassVisitor. pageInfoprivate PageInfoParser. pageInfoprivate PageInfoTagFileProcessor.TagFileLoaderVisitor. pageInfoprivate PageInfoTagLibraryInfoImpl. pageInfoprivate PageInfoTagPluginManager. pageInfoprivate PageInfoTagPluginManager.TagPluginContextImpl. pageInfoprivate PageInfoValidator.DirectiveVisitor. pageInfoprivate PageInfoValidator.ValidateVisitor. pageInfoMethods in org.apache.jasper.compiler that return PageInfo Modifier and Type Method Description PageInfoCompiler. getPageInfo()Gets the info about the page under compilationMethods in org.apache.jasper.compiler with parameters of type PageInfo Modifier and Type Method Description voidTagPluginManager. apply(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo)private java.lang.ClassTagFileProcessor. loadTagFile(Compiler compiler, java.lang.String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, PageInfo parentPageInfo)Compiles and loads a tagfile.voidCompiler. setPageInfo(PageInfo pageInfo)Sets the info about the page under compilationvoidCollector.CollectVisitor. updatePageInfo(PageInfo pageInfo)Constructors in org.apache.jasper.compiler with parameters of type PageInfo Constructor Description FirstPassVisitor(Node.Root root, PageInfo pageInfo, ErrorDispatcher err)TagLibraryInfoImpl(java.lang.String prefix, java.lang.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).TagPluginContextImpl(Node.CustomTag n, PageInfo pageInfo)
-