Package | Description |
---|---|
org.apache.jasper.compiler |
Modifier and Type | Field and Description |
---|---|
private 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 |
Modifier and Type | Method and Description |
---|---|
PageInfo |
Compiler.getPageInfo()
Gets the info about the page under compilation
|
Modifier and Type | Method and Description |
---|---|
void |
TagPluginManager.apply(Node.Nodes page,
ErrorDispatcher err,
PageInfo pageInfo) |
private java.lang.Class |
TagFileProcessor.loadTagFile(Compiler compiler,
java.lang.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 compilation
|
void |
Collector.CollectVisitor.updatePageInfo(PageInfo pageInfo) |
Constructor and 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) |