Uses of Class
org.apache.jasper.compiler.PageInfo

Packages that use PageInfo
org.apache.jasper.compiler   
 

Uses of PageInfo in org.apache.jasper.compiler
 

Methods in org.apache.jasper.compiler that return PageInfo
 PageInfo Compiler.getPageInfo()
          Gets the info about the page under compilation
 

Methods in org.apache.jasper.compiler with parameters of type PageInfo
 void TagPluginManager.apply(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo)
           
 void Compiler.setPageInfo(PageInfo pageInfo)
          Sets the info about the page under compilation
 

Constructors in org.apache.jasper.compiler with parameters of type PageInfo
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).
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.