MCPcopy Index your code
hub / github.com/apache/tomcat / getPageInfo

Method getPageInfo

java/org/apache/jasper/compiler/Compiler.java:600–602  ·  view source on GitHub ↗

Returns the page information. @return the info about the page under compilation

()

Source from the content-addressed store, hash-verified

598 * @return the info about the page under compilation
599 */
600 public PageInfo getPageInfo() {
601 return pageInfo;
602 }
603
604 /**
605 * Returns the JSP compilation context.

Callers 15

TagLibraryInfoImplMethod · 0.80
TagFileLoaderVisitorMethod · 0.80
TextCatVisitorMethod · 0.80
doParseMethod · 0.80
collectMethod · 0.80
PageDataImplMethod · 0.80
appendPageDirectiveMethod · 0.80
JspDocumentParserMethod · 0.80
ParserMethod · 0.80
parseMethod · 0.80
DirectiveVisitorMethod · 0.80
ValidateVisitorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected