Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/PageInfo.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/PageInfo.html?rev=1924970&view=auto
==============================================================================
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/PageInfo.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/PageInfo.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,1258 @@
+<!DOCTYPE HTML>
+<html lang="en">
+<head>
+<!-- Generated by javadoc (23) -->
+<title>PageInfo (Apache Tomcat 9.0.104 API Documentation)</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="description" content="declaration: package: 
org.apache.jasper.compiler, class: PageInfo">
+<meta name="generator" content="javadoc/ClassWriter">
+<link rel="stylesheet" type="text/css" 
href="../../../../resource-files/jquery-ui.min.css" title="Style">
+<link rel="stylesheet" type="text/css" 
href="../../../../resource-files/stylesheet.css" title="Style">
+<script type="text/javascript" 
src="../../../../script-files/script.js"></script>
+<script type="text/javascript" 
src="../../../../script-files/jquery-3.7.1.min.js"></script>
+<script type="text/javascript" 
src="../../../../script-files/jquery-ui.min.js"></script>
+</head>
+<body class="class-declaration-page">
+<script type="text/javascript">const pathtoroot = "../../../../";
+loadScripts(document, 'script');</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<header role="banner">
+<nav role="navigation">
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="top-nav" id="navbar-top">
+<div class="nav-content">
+<div class="nav-menu-button"><button id="navbar-toggle-button" 
aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation 
links"><span class="nav-bar-toggle-icon">&nbsp;</span><span 
class="nav-bar-toggle-icon">&nbsp;</span><span 
class="nav-bar-toggle-icon">&nbsp;</span></button></div>
+<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation 
links">Skip navigation links</a></div>
+<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
+<li><a href="../../../../index.html">Overview</a></li>
+<li class="nav-bar-cell1-rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../search.html">Search</a></li>
+<li><a href="../../../../help-doc.html#class">Help</a></li>
+</ul>
+<div class="about-language"><b>Apache Tomcat<sup>®</sup> 9.0.104</b></div>
+</div>
+</div>
+<div class="sub-nav">
+<div class="nav-content">
+<ol class="sub-nav-list">
+<li><a href="package-summary.html">org.apache.jasper.compiler</a></li>
+<li><a href="PageInfo.html" class="current-selection">PageInfo</a></li>
+</ol>
+<div class="nav-list-search">
+<input type="text" id="search-input" disabled placeholder="Search" 
aria-label="Search in documentation" autocomplete="off">
+<input type="reset" id="reset-search" disabled value="Reset">
+</div>
+</div>
+</div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<span class="skip-nav" id="skip-navbar-top"></span></nav>
+</header>
+<div class="main-grid">
+<nav role="navigation" class="toc" aria-label="Table of contents">
+<div class="toc-header">Contents&nbsp;
+<input type="text" class="filter-input" disabled placeholder="Filter" 
aria-label="Filter table of contents" autocomplete="off">
+<input type="reset" class="reset-filter" disabled value="Reset">
+</div>
+<button class="hide-sidebar"><span>Hide 
sidebar&nbsp;</span>&#10094;</button><button 
class="show-sidebar">&#10095;<span>&nbsp;Show sidebar</span></button>
+<ol class="toc-list">
+<li><a href="#" tabindex="0">Description</a></li>
+<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
+<li><a href="#method-detail" tabindex="0">Method Details</a>
+<ol class="toc-list">
+<li><a href="#isTagFile()" tabindex="0">isTagFile()</a></li>
+<li><a href="#isPluginDeclared(java.lang.String)" 
tabindex="0">isPluginDeclared(String)</a></li>
+<li><a href="#addImports(java.util.List)" 
tabindex="0">addImports(List)</a></li>
+<li><a href="#addImport(java.lang.String)" 
tabindex="0">addImport(String)</a></li>
+<li><a href="#getImports()" tabindex="0">getImports()</a></li>
+<li><a href="#getJspFile()" tabindex="0">getJspFile()</a></li>
+<li><a href="#addDependant(java.lang.String,java.lang.Long)" 
tabindex="0">addDependant(String, Long)</a></li>
+<li><a href="#getDependants()" tabindex="0">getDependants()</a></li>
+<li><a href="#getBeanRepository()" tabindex="0">getBeanRepository()</a></li>
+<li><a href="#setScriptless(boolean)" 
tabindex="0">setScriptless(boolean)</a></li>
+<li><a href="#isScriptless()" tabindex="0">isScriptless()</a></li>
+<li><a href="#setScriptingInvalid(boolean)" 
tabindex="0">setScriptingInvalid(boolean)</a></li>
+<li><a href="#isScriptingInvalid()" tabindex="0">isScriptingInvalid()</a></li>
+<li><a href="#getIncludePrelude()" tabindex="0">getIncludePrelude()</a></li>
+<li><a href="#setIncludePrelude(java.util.Collection)" 
tabindex="0">setIncludePrelude(Collection)</a></li>
+<li><a href="#getIncludeCoda()" tabindex="0">getIncludeCoda()</a></li>
+<li><a href="#setIncludeCoda(java.util.Collection)" 
tabindex="0">setIncludeCoda(Collection)</a></li>
+<li><a href="#setHasJspRoot(boolean)" 
tabindex="0">setHasJspRoot(boolean)</a></li>
+<li><a href="#hasJspRoot()" tabindex="0">hasJspRoot()</a></li>
+<li><a href="#getOmitXmlDecl()" tabindex="0">getOmitXmlDecl()</a></li>
+<li><a href="#setOmitXmlDecl(java.lang.String)" 
tabindex="0">setOmitXmlDecl(String)</a></li>
+<li><a href="#getDoctypeName()" tabindex="0">getDoctypeName()</a></li>
+<li><a href="#setDoctypeName(java.lang.String)" 
tabindex="0">setDoctypeName(String)</a></li>
+<li><a href="#getDoctypeSystem()" tabindex="0">getDoctypeSystem()</a></li>
+<li><a href="#setDoctypeSystem(java.lang.String)" 
tabindex="0">setDoctypeSystem(String)</a></li>
+<li><a href="#getDoctypePublic()" tabindex="0">getDoctypePublic()</a></li>
+<li><a href="#setDoctypePublic(java.lang.String)" 
tabindex="0">setDoctypePublic(String)</a></li>
+<li><a href="#setIsJspPrefixHijacked(boolean)" 
tabindex="0">setIsJspPrefixHijacked(boolean)</a></li>
+<li><a href="#isJspPrefixHijacked()" 
tabindex="0">isJspPrefixHijacked()</a></li>
+<li><a href="#addPrefix(java.lang.String)" 
tabindex="0">addPrefix(String)</a></li>
+<li><a href="#containsPrefix(java.lang.String)" 
tabindex="0">containsPrefix(String)</a></li>
+<li><a 
href="#addTaglib(java.lang.String,javax.servlet.jsp.tagext.TagLibraryInfo)" 
tabindex="0">addTaglib(String, TagLibraryInfo)</a></li>
+<li><a href="#getTaglib(java.lang.String)" 
tabindex="0">getTaglib(String)</a></li>
+<li><a href="#getTaglibs()" tabindex="0">getTaglibs()</a></li>
+<li><a href="#hasTaglib(java.lang.String)" 
tabindex="0">hasTaglib(String)</a></li>
+<li><a href="#addPrefixMapping(java.lang.String,java.lang.String)" 
tabindex="0">addPrefixMapping(String, String)</a></li>
+<li><a href="#pushPrefixMapping(java.lang.String,java.lang.String)" 
tabindex="0">pushPrefixMapping(String, String)</a></li>
+<li><a href="#popPrefixMapping(java.lang.String)" 
tabindex="0">popPrefixMapping(String)</a></li>
+<li><a href="#getURI(java.lang.String)" tabindex="0">getURI(String)</a></li>
+<li><a 
href="#setLanguage(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher,boolean)"
 tabindex="0">setLanguage(String, Node, ErrorDispatcher, boolean)</a></li>
+<li><a href="#getLanguage(boolean)" tabindex="0">getLanguage(boolean)</a></li>
+<li><a href="#setExtends(java.lang.String)" 
tabindex="0">setExtends(String)</a></li>
+<li><a href="#getExtends(boolean)" tabindex="0">getExtends(boolean)</a></li>
+<li><a href="#getExtends()" tabindex="0">getExtends()</a></li>
+<li><a href="#setContentType(java.lang.String)" 
tabindex="0">setContentType(String)</a></li>
+<li><a href="#getContentType()" tabindex="0">getContentType()</a></li>
+<li><a 
href="#setBufferValue(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 tabindex="0">setBufferValue(String, Node, ErrorDispatcher)</a></li>
+<li><a href="#getBufferValue()" tabindex="0">getBufferValue()</a></li>
+<li><a href="#getBuffer()" tabindex="0">getBuffer()</a></li>
+<li><a 
href="#setSession(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 tabindex="0">setSession(String, Node, ErrorDispatcher)</a></li>
+<li><a href="#getSession()" tabindex="0">getSession()</a></li>
+<li><a href="#isSession()" tabindex="0">isSession()</a></li>
+<li><a 
href="#setAutoFlush(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 tabindex="0">setAutoFlush(String, Node, ErrorDispatcher)</a></li>
+<li><a href="#getAutoFlush()" tabindex="0">getAutoFlush()</a></li>
+<li><a href="#isAutoFlush()" tabindex="0">isAutoFlush()</a></li>
+<li><a 
href="#setIsThreadSafe(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 tabindex="0">setIsThreadSafe(String, Node, ErrorDispatcher)</a></li>
+<li><a href="#getIsThreadSafe()" tabindex="0">getIsThreadSafe()</a></li>
+<li><a href="#isThreadSafe()" tabindex="0">isThreadSafe()</a></li>
+<li><a href="#setInfo(java.lang.String)" tabindex="0">setInfo(String)</a></li>
+<li><a href="#getInfo()" tabindex="0">getInfo()</a></li>
+<li><a href="#setErrorPage(java.lang.String)" 
tabindex="0">setErrorPage(String)</a></li>
+<li><a href="#getErrorPage()" tabindex="0">getErrorPage()</a></li>
+<li><a 
href="#setIsErrorPage(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 tabindex="0">setIsErrorPage(String, Node, ErrorDispatcher)</a></li>
+<li><a href="#getIsErrorPage()" tabindex="0">getIsErrorPage()</a></li>
+<li><a href="#isErrorPage()" tabindex="0">isErrorPage()</a></li>
+<li><a 
href="#setIsELIgnored(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher,boolean)"
 tabindex="0">setIsELIgnored(String, Node, ErrorDispatcher, boolean)</a></li>
+<li><a 
href="#setDeferredSyntaxAllowedAsLiteral(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher,boolean)"
 tabindex="0">setDeferredSyntaxAllowedAsLiteral(String, Node, ErrorDispatcher, 
boolean)</a></li>
+<li><a 
href="#setTrimDirectiveWhitespaces(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher,boolean)"
 tabindex="0">setTrimDirectiveWhitespaces(String, Node, ErrorDispatcher, 
boolean)</a></li>
+<li><a href="#setELIgnored(boolean)" 
tabindex="0">setELIgnored(boolean)</a></li>
+<li><a href="#getIsELIgnored()" tabindex="0">getIsELIgnored()</a></li>
+<li><a href="#isELIgnored()" tabindex="0">isELIgnored()</a></li>
+<li><a 
href="#putNonCustomTagPrefix(java.lang.String,org.apache.jasper.compiler.Mark)" 
tabindex="0">putNonCustomTagPrefix(String, Mark)</a></li>
+<li><a href="#getNonCustomTagPrefix(java.lang.String)" 
tabindex="0">getNonCustomTagPrefix(String)</a></li>
+<li><a href="#getDeferredSyntaxAllowedAsLiteral()" 
tabindex="0">getDeferredSyntaxAllowedAsLiteral()</a></li>
+<li><a href="#isDeferredSyntaxAllowedAsLiteral()" 
tabindex="0">isDeferredSyntaxAllowedAsLiteral()</a></li>
+<li><a href="#setDeferredSyntaxAllowedAsLiteral(boolean)" 
tabindex="0">setDeferredSyntaxAllowedAsLiteral(boolean)</a></li>
+<li><a href="#getExpressionFactory()" 
tabindex="0">getExpressionFactory()</a></li>
+<li><a href="#getTrimDirectiveWhitespaces()" 
tabindex="0">getTrimDirectiveWhitespaces()</a></li>
+<li><a href="#isTrimDirectiveWhitespaces()" 
tabindex="0">isTrimDirectiveWhitespaces()</a></li>
+<li><a href="#setTrimDirectiveWhitespaces(boolean)" 
tabindex="0">setTrimDirectiveWhitespaces(boolean)</a></li>
+<li><a href="#getVarInfoNames()" tabindex="0">getVarInfoNames()</a></li>
+<li><a href="#isErrorOnUndeclaredNamespace()" 
tabindex="0">isErrorOnUndeclaredNamespace()</a></li>
+<li><a href="#setErrorOnUndeclaredNamespace(boolean)" 
tabindex="0">setErrorOnUndeclaredNamespace(boolean)</a></li>
+</ol>
+</li>
+</ol>
+</nav>
+<main role="main">
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<h1 title="Class PageInfo" class="title">Class PageInfo</h1>
+</div>
+<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
+<div class="inheritance">org.apache.jasper.compiler.PageInfo</div>
+</div>
+<section class="class-description" id="class-description">
+<div class="horizontal-scroll">
+<hr>
+<div class="type-signature"><span class="modifiers">public class </span><span 
class="element-name type-name-label">PageInfo</span>
+<span class="extends-implements">extends <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a></span></div>
+<div class="block">A repository for various info about the translation unit 
under compilation.</div>
+<dl class="notes">
+<dt>Author:</dt>
+<dd>Kin-man Chung</dd>
+</dl>
+</div>
+</section>
+<section class="summary">
+<ul class="summary-list">
+<!-- ========== METHOD SUMMARY =========== -->
+<li>
+<section class="method-summary" id="method-summary">
+<h2>Method Summary</h2>
+<div id="method-summary-table">
+<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button 
id="method-summary-table-tab0" role="tab" aria-selected="true" 
aria-controls="method-summary-table.tabpanel" tabindex="0" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table', 3)" class="active-table-tab">All 
Methods</button><button id="method-summary-table-tab2" role="tab" 
aria-selected="false" aria-controls="method-summary-table.tabpanel" 
tabindex="-1" onkeydown="switchTab(event)" 
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" 
class="table-tab">Instance Methods</button><button 
id="method-summary-table-tab4" role="tab" aria-selected="false" 
aria-controls="method-summary-table.tabpanel" tabindex="-1" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table-tab4', 3)" class="table-tab">Concrete 
Methods</button></div>
+<div id="method-summary-table.tabpanel" role="tabpanel" 
aria-labelledby="method-summary-table-tab0">
+<div class="summary-table three-column-summary">
+<div class="table-header col-first">Modifier and Type</div>
+<div class="table-header col-second">Method</div>
+<div class="table-header col-last">Description</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#addDependant(java.lang.String,java.lang.Long)" 
class="member-name-link">addDependant</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;d,
+ <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html";
 title="class or interface in java.lang" 
class="external-link">Long</a>&nbsp;lastModified)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#addImport(java.lang.String)" 
class="member-name-link">addImport</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;imp)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#addImports(java.util.List)" 
class="member-name-link">addImports</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html";
 title="class or interface in java.util" class="external-link">List</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;&nbsp;imports)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#addPrefix(java.lang.String)" 
class="member-name-link">addPrefix</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#addPrefixMapping(java.lang.String,java.lang.String)" 
class="member-name-link">addPrefixMapping</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix,
+ <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;uri)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#addTaglib(java.lang.String,javax.servlet.jsp.tagext.TagLibraryInfo)" 
class="member-name-link">addTaglib</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;uri,
+ <a href="../../../../../jspapi/javax/servlet/jsp/tagext/TagLibraryInfo.html" 
title="class or interface in javax.servlet.jsp.tagext" 
class="external-link">TagLibraryInfo</a>&nbsp;info)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#containsPrefix(java.lang.String)" 
class="member-name-link">containsPrefix</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getAutoFlush()" class="member-name-link">getAutoFlush</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="BeanRepository.html" title="class in 
org.apache.jasper.compiler">BeanRepository</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getBeanRepository()" 
class="member-name-link">getBeanRepository</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getBuffer()" class="member-name-link">getBuffer</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getBufferValue()" 
class="member-name-link">getBufferValue</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getContentType()" 
class="member-name-link">getContentType</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getDeferredSyntaxAllowedAsLiteral()" 
class="member-name-link">getDeferredSyntaxAllowedAsLiteral</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html";
 title="class or interface in java.util" 
class="external-link">Map</a><wbr>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>,<wbr><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html";
 title="class or interface in java.lang" 
class="external-link">Long</a>&gt;</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getDependants()" 
class="member-name-link">getDependants</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getDoctypeName()" 
class="member-name-link">getDoctypeName</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getDoctypePublic()" 
class="member-name-link">getDoctypePublic</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getDoctypeSystem()" 
class="member-name-link">getDoctypeSystem</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getErrorPage()" class="member-name-link">getErrorPage</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="../../../../../elapi/javax/el/ExpressionFactory.html" title="class or 
interface in javax.el" class="external-link">ExpressionFactory</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getExpressionFactory()" 
class="member-name-link">getExpressionFactory</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getExtends()" class="member-name-link">getExtends</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets the value of the 'extends' page directive 
attribute.</div>
+</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getExtends(boolean)" 
class="member-name-link">getExtends</a><wbr>(boolean&nbsp;useDefault)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Gets the value of the 'extends' page directive 
attribute.</div>
+</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html";
 title="class or interface in java.util" 
class="external-link">List</a><wbr>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getImports()" class="member-name-link">getImports</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a><wbr>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getIncludeCoda()" 
class="member-name-link">getIncludeCoda</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a><wbr>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getIncludePrelude()" 
class="member-name-link">getIncludePrelude</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getInfo()" 
class="member-name-link">getInfo</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getIsELIgnored()" 
class="member-name-link">getIsELIgnored</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getIsErrorPage()" 
class="member-name-link">getIsErrorPage</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getIsThreadSafe()" 
class="member-name-link">getIsThreadSafe</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getJspFile()" class="member-name-link">getJspFile</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getLanguage(boolean)" 
class="member-name-link">getLanguage</a><wbr>(boolean&nbsp;useDefault)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a href="Mark.html" 
title="class in org.apache.jasper.compiler">Mark</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getNonCustomTagPrefix(java.lang.String)" 
class="member-name-link">getNonCustomTagPrefix</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getOmitXmlDecl()" 
class="member-name-link">getOmitXmlDecl</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getSession()" class="member-name-link">getSession</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="../../../../../jspapi/javax/servlet/jsp/tagext/TagLibraryInfo.html" 
title="class or interface in javax.servlet.jsp.tagext" 
class="external-link">TagLibraryInfo</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getTaglib(java.lang.String)" 
class="member-name-link">getTaglib</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;uri)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a><wbr>&lt;<a 
href="../../../../../jspapi/javax/servlet/jsp/tagext/TagLibraryInfo.html" 
title="class or interface in javax.servlet.jsp.tagext" 
class="external-link">TagLibraryInfo</a>&gt;</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getTaglibs()" class="member-name-link">getTaglibs</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getTrimDirectiveWhitespaces()" 
class="member-name-link">getTrimDirectiveWhitespaces</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getURI(java.lang.String)" class="member-name-link">getURI</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Set.html";
 title="class or interface in java.util" 
class="external-link">Set</a><wbr>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#getVarInfoNames()" 
class="member-name-link">getVarInfoNames</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#hasJspRoot()" class="member-name-link">hasJspRoot</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#hasTaglib(java.lang.String)" 
class="member-name-link">hasTaglib</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;uri)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isAutoFlush()" class="member-name-link">isAutoFlush</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isDeferredSyntaxAllowedAsLiteral()" 
class="member-name-link">isDeferredSyntaxAllowedAsLiteral</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isELIgnored()" class="member-name-link">isELIgnored</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isErrorOnUndeclaredNamespace()" 
class="member-name-link">isErrorOnUndeclaredNamespace</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isErrorPage()" class="member-name-link">isErrorPage</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isJspPrefixHijacked()" 
class="member-name-link">isJspPrefixHijacked</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isPluginDeclared(java.lang.String)" 
class="member-name-link">isPluginDeclared</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;id)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
+<div class="block">Check if the plugin ID has been previously declared.</div>
+</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isScriptingInvalid()" 
class="member-name-link">isScriptingInvalid</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isScriptless()" class="member-name-link">isScriptless</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isSession()" class="member-name-link">isSession</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isTagFile()" class="member-name-link">isTagFile</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isThreadSafe()" class="member-name-link">isThreadSafe</a>()</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#isTrimDirectiveWhitespaces()" 
class="member-name-link">isTrimDirectiveWhitespaces</a>()</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#popPrefixMapping(java.lang.String)" 
class="member-name-link">popPrefixMapping</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#pushPrefixMapping(java.lang.String,java.lang.String)" 
class="member-name-link">pushPrefixMapping</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix,
+ <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;uri)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#putNonCustomTagPrefix(java.lang.String,org.apache.jasper.compiler.Mark)" 
class="member-name-link">putNonCustomTagPrefix</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix,
+ <a href="Mark.html" title="class in 
org.apache.jasper.compiler">Mark</a>&nbsp;where)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setAutoFlush(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 class="member-name-link">setAutoFlush</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setBufferValue(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 class="member-name-link">setBufferValue</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setContentType(java.lang.String)" 
class="member-name-link">setContentType</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setDeferredSyntaxAllowedAsLiteral(boolean)" 
class="member-name-link">setDeferredSyntaxAllowedAsLiteral</a><wbr>(boolean&nbsp;isELDeferred)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setDeferredSyntaxAllowedAsLiteral(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher,boolean)"
 class="member-name-link">setDeferredSyntaxAllowedAsLiteral</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err,
+ boolean&nbsp;pagedir)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setDoctypeName(java.lang.String)" 
class="member-name-link">setDoctypeName</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;doctypeName)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setDoctypePublic(java.lang.String)" 
class="member-name-link">setDoctypePublic</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;doctypePublic)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setDoctypeSystem(java.lang.String)" 
class="member-name-link">setDoctypeSystem</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;doctypeSystem)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setELIgnored(boolean)" 
class="member-name-link">setELIgnored</a><wbr>(boolean&nbsp;s)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setErrorOnUndeclaredNamespace(boolean)" 
class="member-name-link">setErrorOnUndeclaredNamespace</a><wbr>(boolean&nbsp;errorOnUndeclaredNamespace)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setErrorPage(java.lang.String)" 
class="member-name-link">setErrorPage</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setExtends(java.lang.String)" 
class="member-name-link">setExtends</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setHasJspRoot(boolean)" 
class="member-name-link">setHasJspRoot</a><wbr>(boolean&nbsp;s)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setIncludeCoda(java.util.Collection)" 
class="member-name-link">setIncludeCoda</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;&nbsp;coda)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setIncludePrelude(java.util.Collection)" 
class="member-name-link">setIncludePrelude</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;&nbsp;prelude)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setInfo(java.lang.String)" class="member-name-link">setInfo</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setIsELIgnored(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher,boolean)"
 class="member-name-link">setIsELIgnored</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err,
+ boolean&nbsp;pagedir)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setIsErrorPage(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 class="member-name-link">setIsErrorPage</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setIsJspPrefixHijacked(boolean)" 
class="member-name-link">setIsJspPrefixHijacked</a><wbr>(boolean&nbsp;isHijacked)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setIsThreadSafe(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 class="member-name-link">setIsThreadSafe</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setLanguage(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher,boolean)"
 class="member-name-link">setLanguage</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err,
+ boolean&nbsp;pagedir)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setOmitXmlDecl(java.lang.String)" 
class="member-name-link">setOmitXmlDecl</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;omit)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setScriptingInvalid(boolean)" 
class="member-name-link">setScriptingInvalid</a><wbr>(boolean&nbsp;s)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setScriptless(boolean)" 
class="member-name-link">setScriptless</a><wbr>(boolean&nbsp;s)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setSession(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher)"
 class="member-name-link">setSession</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setTrimDirectiveWhitespaces(boolean)" 
class="member-name-link">setTrimDirectiveWhitespaces</a><wbr>(boolean&nbsp;trimDirectiveWhitespaces)</code></div>
+<div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#setTrimDirectiveWhitespaces(java.lang.String,org.apache.jasper.compiler.Node,org.apache.jasper.compiler.ErrorDispatcher,boolean)"
 class="member-name-link">setTrimDirectiveWhitespaces</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;value,
+ <a href="Node.html" title="class in 
org.apache.jasper.compiler">Node</a>&nbsp;n,
+ <a href="ErrorDispatcher.html" title="class in 
org.apache.jasper.compiler">ErrorDispatcher</a>&nbsp;err,
+ boolean&nbsp;pagedir)</code></div>
+<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
+</div>
+</div>
+</div>
+<div class="inherited-list">
+<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" class="external-link">Object</a></h3>
+<code><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()"
 title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)"
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#finalize()"
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()"
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode()"
 title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Objec
 t.html#notify()" title="class or interface in java.lang" 
class="external-link">notify</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notifyAll()"
 title="class or interface in java.lang" class="external-link">notifyAll</a>, 
<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#toString()"
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait()"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long)"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long,int)"
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
+</section>
+</li>
+</ul>
+</section>
+<section class="details">
+<ul class="details-list">
+<!-- ============ METHOD DETAIL ========== -->
+<li>
+<section class="method-details" id="method-detail">
+<h2>Method Details</h2>
+<ul class="member-list">
+<li>
+<section class="detail" id="isTagFile()">
+<h3>isTagFile</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">isTagFile</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="isPluginDeclared(java.lang.String)">
+<h3>isPluginDeclared</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">isPluginDeclared</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;id)</span></div>
+<div class="block">Check if the plugin ID has been previously declared. Make a 
note that this Id is now declared.</div>
+<dl class="notes">
+<dt>Parameters:</dt>
+<dd><code>id</code> - The plugin ID to check</dd>
+<dt>Returns:</dt>
+<dd>true if Id has been declared.</dd>
+</dl>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="addImports(java.util.List)">
+<h3>addImports</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">addImports</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html";
 title="class or interface in java.util" class="external-link">List</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;&nbsp;imports)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="addImport(java.lang.String)">
+<h3>addImport</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">addImport</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;imp)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getImports()">
+<h3>getImports</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html";
 title="class or interface in java.util" class="external-link">List</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;</span>&nbsp;<span 
class="element-name">getImports</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getJspFile()">
+<h3>getJspFile</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span 
class="element-name">getJspFile</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="addDependant(java.lang.String,java.lang.Long)">
+<h3>addDependant</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">addDependant</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;d,
+ <a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html";
 title="class or interface in java.lang" 
class="external-link">Long</a>&nbsp;lastModified)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getDependants()">
+<h3>getDependants</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html";
 title="class or interface in java.util" class="external-link">Map</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>,<wbr><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html";
 title="class or interface in java.lang" 
class="external-link">Long</a>&gt;</span>&nbsp;<span 
class="element-name">getDependants</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getBeanRepository()">
+<h3>getBeanRepository</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a href="BeanRepository.html" title="class in 
org.apache.jasper.compiler">BeanRepository</a></span>&nbsp;<span 
class="element-name">getBeanRepository</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setScriptless(boolean)">
+<h3>setScriptless</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setScriptless</span><wbr><span 
class="parameters">(boolean&nbsp;s)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="isScriptless()">
+<h3>isScriptless</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">isScriptless</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setScriptingInvalid(boolean)">
+<h3>setScriptingInvalid</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setScriptingInvalid</span><wbr><span 
class="parameters">(boolean&nbsp;s)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="isScriptingInvalid()">
+<h3>isScriptingInvalid</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">isScriptingInvalid</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getIncludePrelude()">
+<h3>getIncludePrelude</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;</span>&nbsp;<span 
class="element-name">getIncludePrelude</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setIncludePrelude(java.util.Collection)">
+<h3>setIncludePrelude</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setIncludePrelude</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;&nbsp;prelude)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getIncludeCoda()">
+<h3>getIncludeCoda</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;</span>&nbsp;<span 
class="element-name">getIncludeCoda</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setIncludeCoda(java.util.Collection)">
+<h3>setIncludeCoda</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setIncludeCoda</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html";
 title="class or interface in java.util" 
class="external-link">Collection</a>&lt;<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&gt;&nbsp;coda)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setHasJspRoot(boolean)">
+<h3>setHasJspRoot</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setHasJspRoot</span><wbr><span 
class="parameters">(boolean&nbsp;s)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="hasJspRoot()">
+<h3>hasJspRoot</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">hasJspRoot</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getOmitXmlDecl()">
+<h3>getOmitXmlDecl</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span 
class="element-name">getOmitXmlDecl</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setOmitXmlDecl(java.lang.String)">
+<h3>setOmitXmlDecl</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setOmitXmlDecl</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;omit)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getDoctypeName()">
+<h3>getDoctypeName</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span 
class="element-name">getDoctypeName</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setDoctypeName(java.lang.String)">
+<h3>setDoctypeName</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setDoctypeName</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;doctypeName)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getDoctypeSystem()">
+<h3>getDoctypeSystem</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span 
class="element-name">getDoctypeSystem</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setDoctypeSystem(java.lang.String)">
+<h3>setDoctypeSystem</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setDoctypeSystem</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;doctypeSystem)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="getDoctypePublic()">
+<h3>getDoctypePublic</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span 
class="element-name">getDoctypePublic</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setDoctypePublic(java.lang.String)">
+<h3>setDoctypePublic</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setDoctypePublic</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;doctypePublic)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="setIsJspPrefixHijacked(boolean)">
+<h3>setIsJspPrefixHijacked</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">setIsJspPrefixHijacked</span><wbr><span 
class="parameters">(boolean&nbsp;isHijacked)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="isJspPrefixHijacked()">
+<h3>isJspPrefixHijacked</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">isJspPrefixHijacked</span>()</div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="addPrefix(java.lang.String)">
+<h3>addPrefix</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">addPrefix</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" id="containsPrefix(java.lang.String)">
+<h3>containsPrefix</h3>
+<div class="horizontal-scroll">
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">boolean</span>&nbsp;<span 
class="element-name">containsPrefix</span><wbr><span class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;prefix)</span></div>
+</div>
+</section>
+</li>
+<li>
+<section class="detail" 
id="addTaglib(java.lang.String,javax.servlet.jsp.tagext.TagLibraryInfo)">
+<h3>addTaglib</h3>
+<div class="horizontal-scroll">

[... 513 lines stripped ...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org


Reply via email to