Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.DefaultStringInterpreter.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.DefaultStringInterpreter.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.DefaultStringInterpreter.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.DefaultStringInterpreter.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>StringInterpreterFactory.DefaultStringInterpreter (Apache Tomcat 11.0.4 API Documentation)</title> +<title>StringInterpreterFactory.DefaultStringInterpreter (Apache Tomcat 11.0.5 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: StringInterpreterFactory, class: DefaultStringInterpreter"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -137,8 +137,7 @@ implements <a href="StringInterpreter.ht <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> s, boolean isNamedAttribute)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Intended to be used by sub-classes that don't need/want to - re-implement the logic in +<div class="block">Intended to be used by sub-classes that don't need/want to re-implement the logic in <a href="#convertString(java.lang.Class,java.lang.String,java.lang.String,java.lang.Class,boolean)"><code>convertString(Class, String, String, Class, boolean)</code></a>.</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/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> @@ -148,8 +147,7 @@ implements <a href="StringInterpreter.ht <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><?> propEditorClass, boolean isNamedAttribute)</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Generates the source code that represents the conversion of the string - value to the appropriate type.</div> +<div class="block">Generates the source code that represents the conversion of the string value to the appropriate type.</div> </div> </div> </div> @@ -194,8 +192,7 @@ implements <a href="StringInterpreter.ht <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><?> propEditorClass, boolean isNamedAttribute)</span></div> <div class="block"><span class="description-from-type-label">Description copied from interface: <code><a href="StringInterpreter.html#convertString(java.lang.Class,java.lang.String,java.lang.String,java.lang.Class,boolean)">StringInterpreter</a></code></span></div> -<div class="block">Generates the source code that represents the conversion of the string - value to the appropriate type.</div> +<div class="block">Generates the source code that represents the conversion of the string value to the appropriate type.</div> <dl class="notes"> <dt>Specified by:</dt> <dd><code><a href="StringInterpreter.html#convertString(java.lang.Class,java.lang.String,java.lang.String,java.lang.Class,boolean)">convertString</a></code> in interface <code><a href="StringInterpreter.html" title="interface in org.apache.jasper.compiler">StringInterpreter</a></code></dd> @@ -204,12 +201,11 @@ implements <a href="StringInterpreter.ht <dd><code>s</code> - The string value</dd> <dd><code>attrName</code> - The name of the attribute whose value is being supplied</dd> <dd><code>propEditorClass</code> - The property editor for the given attribute</dd> -<dd><code>isNamedAttribute</code> - true if the given attribute is a named attribute (that - is, specified using the jsp:attribute standard action), - and false otherwise</dd> +<dd><code>isNamedAttribute</code> - true if the given attribute is a named attribute (that is, specified using the + jsp:attribute standard action), and false otherwise</dd> <dt>Returns:</dt> -<dd>the string representing the code that will be inserted into the - source code for the Servlet generated for the JSP.</dd> +<dd>the string representing the code that will be inserted into the source code for the Servlet generated for + the JSP.</dd> </dl> </div> </section> @@ -221,8 +217,7 @@ implements <a href="StringInterpreter.ht <div class="member-signature"><span class="modifiers">protected</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name">coerceToOtherType</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><?> c, <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> s, boolean isNamedAttribute)</span></div> -<div class="block">Intended to be used by sub-classes that don't need/want to - re-implement the logic in +<div class="block">Intended to be used by sub-classes that don't need/want to re-implement the logic in <a href="#convertString(java.lang.Class,java.lang.String,java.lang.String,java.lang.Class,boolean)"><code>convertString(Class, String, String, Class, boolean)</code></a>.</div> <dl class="notes"> <dt>Parameters:</dt>
Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/StringInterpreterFactory.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>StringInterpreterFactory (Apache Tomcat 11.0.4 API Documentation)</title> +<title>StringInterpreterFactory (Apache Tomcat 11.0.5 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: StringInterpreterFactory"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -90,14 +90,10 @@ loadScripts(document, 'script');</script <hr> <div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">StringInterpreterFactory</span> <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/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">Provides <a href="StringInterpreter.html" title="interface in org.apache.jasper.compiler"><code>StringInterpreter</code></a> instances for JSP compilation. - - The search order is as follows: +<div class="block">Provides <a href="StringInterpreter.html" title="interface in org.apache.jasper.compiler"><code>StringInterpreter</code></a> instances for JSP compilation. The search order is as follows: <ol> - <li>StringInterpreter instance or implementation class name provided as a - ServletContext attribute</li> - <li>Implementation class named in a ServletContext initialisation parameter - </li> + <li>StringInterpreter instance or implementation class name provided as a ServletContext attribute</li> + <li>Implementation class named in a ServletContext initialisation parameter</li> <li>Default implementation</li> </ol></div> </div> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TagConstants.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TagConstants.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TagConstants.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TagConstants.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>TagConstants (Apache Tomcat 11.0.4 API Documentation)</title> +<title>TagConstants (Apache Tomcat 11.0.5 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, interface: TagConstants"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TagPluginManager.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TagPluginManager.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TagPluginManager.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TagPluginManager.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>TagPluginManager (Apache Tomcat 11.0.4 API Documentation)</title> +<title>TagPluginManager (Apache Tomcat 11.0.5 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: TagPluginManager"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TextOptimizer.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TextOptimizer.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TextOptimizer.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TextOptimizer.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>TextOptimizer (Apache Tomcat 11.0.4 API Documentation)</title> +<title>TextOptimizer (Apache Tomcat 11.0.5 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: TextOptimizer"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TldCache.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TldCache.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TldCache.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/TldCache.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>TldCache (Apache Tomcat 11.0.4 API Documentation)</title> +<title>TldCache (Apache Tomcat 11.0.5 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: TldCache"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -97,10 +97,9 @@ loadScripts(document, 'script');</script <hr> <div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">TldCache</span> <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/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">This class caches parsed instances of TLD files to remove the need for the - same TLD to be parsed for each JSP that references it. It does not protect - against multiple threads processing the same, new TLD but it does ensure that - each all threads will use the same TLD object after parsing.</div> +<div class="block">This class caches parsed instances of TLD files to remove the need for the same TLD to be parsed for each JSP that + references it. It does not protect against multiple threads processing the same, new TLD but it does ensure that each + all threads will use the same TLD object after parsing.</div> </div> </section> <section class="summary"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.compiler (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.compiler (Apache Tomcat 11.0.5 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"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../search.html">Search</a></li> <li><a href="../../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -194,13 +194,11 @@ loadScripts(document, 'script');</script <div class="col-last odd-row-color class-summary class-summary-tab2"> </div> <div class="col-first even-row-color class-summary class-summary-tab2"><a href="SmapStratum.html" title="class in org.apache.jasper.compiler">SmapStratum</a></div> <div class="col-last even-row-color class-summary class-summary-tab2"> -<div class="block">Represents the line and file mappings associated with a JSR-045 - "stratum".</div> +<div class="block">Represents the line and file mappings associated with a JSR-045 "stratum".</div> </div> <div class="col-first odd-row-color class-summary class-summary-tab2"><a href="SmapUtil.html" title="class in org.apache.jasper.compiler">SmapUtil</a></div> <div class="col-last odd-row-color class-summary class-summary-tab2"> -<div class="block">Contains static utilities for generating SMAP data based on the - current version of Jasper.</div> +<div class="block">Contains static utilities for generating SMAP data based on the current version of Jasper.</div> </div> <div class="col-first even-row-color class-summary class-summary-tab1"><a href="StringInterpreter.html" title="interface in org.apache.jasper.compiler">StringInterpreter</a></div> <div class="col-last even-row-color class-summary class-summary-tab1"> @@ -222,8 +220,8 @@ loadScripts(document, 'script');</script <div class="col-last odd-row-color class-summary class-summary-tab2"> </div> <div class="col-first even-row-color class-summary class-summary-tab2"><a href="TldCache.html" title="class in org.apache.jasper.compiler">TldCache</a></div> <div class="col-last even-row-color class-summary class-summary-tab2"> -<div class="block">This class caches parsed instances of TLD files to remove the need for the - same TLD to be parsed for each JSP that references it.</div> +<div class="block">This class caches parsed instances of TLD files to remove the need for the same TLD to be parsed for each JSP that + references it.</div> </div> </div> </div> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.compiler Class Hierarchy (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.compiler Class Hierarchy (Apache Tomcat 11.0.5 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="tree: package: org.apache.jasper.compiler"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../search.html">Search</a></li> <li><a href="../../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/TagPlugin.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/TagPlugin.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/TagPlugin.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/TagPlugin.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>TagPlugin (Apache Tomcat 11.0.4 API Documentation)</title> +<title>TagPlugin (Apache Tomcat 11.0.5 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.tagplugin, interface: TagPlugin"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/TagPluginContext.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/TagPluginContext.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/TagPluginContext.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/TagPluginContext.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>TagPluginContext (Apache Tomcat 11.0.4 API Documentation)</title> +<title>TagPluginContext (Apache Tomcat 11.0.5 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.tagplugin, interface: TagPluginContext"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.compiler.tagplugin (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.compiler.tagplugin (Apache Tomcat 11.0.5 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.tagplugin"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../../search.html">Search</a></li> <li><a href="../../../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/compiler/tagplugin/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.compiler.tagplugin Class Hierarchy (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.compiler.tagplugin Class Hierarchy (Apache Tomcat 11.0.5 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="tree: package: org.apache.jasper.compiler.tagplugin"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../../search.html">Search</a></li> <li><a href="../../../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/ELContextImpl.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/ELContextImpl.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/ELContextImpl.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/ELContextImpl.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>ELContextImpl (Apache Tomcat 11.0.4 API Documentation)</title> +<title>ELContextImpl (Apache Tomcat 11.0.5 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.el, class: ELContextImpl"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/ELContextWrapper.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/ELContextWrapper.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/ELContextWrapper.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/ELContextWrapper.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>ELContextWrapper (Apache Tomcat 11.0.4 API Documentation)</title> +<title>ELContextWrapper (Apache Tomcat 11.0.5 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.el, class: ELContextWrapper"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JasperELResolver.GraalBeanELResolver.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JasperELResolver.GraalBeanELResolver.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JasperELResolver.GraalBeanELResolver.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JasperELResolver.GraalBeanELResolver.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JasperELResolver.GraalBeanELResolver (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JasperELResolver.GraalBeanELResolver (Apache Tomcat 11.0.5 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.el, class: JasperELResolver, class: GraalBeanELResolver"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -100,8 +100,8 @@ loadScripts(document, 'script');</script <hr> <div class="type-signature"><span class="modifiers">public static class </span><span class="element-name type-name-label">JasperELResolver.GraalBeanELResolver</span> <span class="extends-implements">extends <a href="../../../../../elapi/jakarta/el/ELResolver.html" title="class or interface in jakarta.el" class="external-link">ELResolver</a></span></div> -<div class="block">Extend ELResolver for Graal to avoid bean info use if possible, - as BeanELResolver needs manual reflection configuration.</div> +<div class="block">Extend ELResolver for Graal to avoid bean info use if possible, as BeanELResolver needs manual reflection + configuration.</div> </div> </section> <section class="summary"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JasperELResolver.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JasperELResolver.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JasperELResolver.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JasperELResolver.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JasperELResolver (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JasperELResolver (Apache Tomcat 11.0.5 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.el, class: JasperELResolver"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -96,8 +96,7 @@ loadScripts(document, 'script');</script <hr> <div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">JasperELResolver</span> <span class="extends-implements">extends <a href="../../../../../elapi/jakarta/el/CompositeELResolver.html" title="class or interface in jakarta.el" class="external-link">CompositeELResolver</a></span></div> -<div class="block">Jasper-specific CompositeELResolver that optimizes certain functions to avoid - unnecessary resolver calls.</div> +<div class="block">Jasper-specific CompositeELResolver that optimizes certain functions to avoid unnecessary resolver calls.</div> </div> </section> <section class="summary"> @@ -114,8 +113,8 @@ loadScripts(document, 'script');</script <div class="col-first even-row-color"><code>static class </code></div> <div class="col-second even-row-color"><code><a href="JasperELResolver.GraalBeanELResolver.html" class="type-name-link" title="class in org.apache.jasper.el">JasperELResolver.GraalBeanELResolver</a></code></div> <div class="col-last even-row-color"> -<div class="block">Extend ELResolver for Graal to avoid bean info use if possible, - as BeanELResolver needs manual reflection configuration.</div> +<div class="block">Extend ELResolver for Graal to avoid bean info use if possible, as BeanELResolver needs manual reflection + configuration.</div> </div> </div> </section> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspELException.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspELException.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspELException.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspELException.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspELException (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspELException (Apache Tomcat 11.0.5 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.el, class: JspELException"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspMethodExpression.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspMethodExpression.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspMethodExpression.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspMethodExpression.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspMethodExpression (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspMethodExpression (Apache Tomcat 11.0.5 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.el, class: JspMethodExpression"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspMethodNotFoundException.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspMethodNotFoundException.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspMethodNotFoundException.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspMethodNotFoundException.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspMethodNotFoundException (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspMethodNotFoundException (Apache Tomcat 11.0.5 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.el, class: JspMethodNotFoundException"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspPropertyNotFoundException.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspPropertyNotFoundException.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspPropertyNotFoundException.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspPropertyNotFoundException.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspPropertyNotFoundException (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspPropertyNotFoundException (Apache Tomcat 11.0.5 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.el, class: JspPropertyNotFoundException"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspPropertyNotWritableException.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspPropertyNotWritableException.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspPropertyNotWritableException.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspPropertyNotWritableException.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspPropertyNotWritableException (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspPropertyNotWritableException (Apache Tomcat 11.0.5 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.el, class: JspPropertyNotWritableException"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspValueExpression.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspValueExpression.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspValueExpression.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/JspValueExpression.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspValueExpression (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspValueExpression (Apache Tomcat 11.0.5 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.el, class: JspValueExpression"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.el (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.el (Apache Tomcat 11.0.5 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.el"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../search.html">Search</a></li> <li><a href="../../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -110,13 +110,12 @@ loadScripts(document, 'script');</script </div> <div class="col-first even-row-color class-summary class-summary-tab2"><a href="JasperELResolver.html" title="class in org.apache.jasper.el">JasperELResolver</a></div> <div class="col-last even-row-color class-summary class-summary-tab2"> -<div class="block">Jasper-specific CompositeELResolver that optimizes certain functions to avoid - unnecessary resolver calls.</div> +<div class="block">Jasper-specific CompositeELResolver that optimizes certain functions to avoid unnecessary resolver calls.</div> </div> <div class="col-first odd-row-color class-summary class-summary-tab2"><a href="JasperELResolver.GraalBeanELResolver.html" title="class in org.apache.jasper.el">JasperELResolver.GraalBeanELResolver</a></div> <div class="col-last odd-row-color class-summary class-summary-tab2"> -<div class="block">Extend ELResolver for Graal to avoid bean info use if possible, - as BeanELResolver needs manual reflection configuration.</div> +<div class="block">Extend ELResolver for Graal to avoid bean info use if possible, as BeanELResolver needs manual reflection + configuration.</div> </div> <div class="col-first even-row-color class-summary class-summary-tab5"><a href="JspELException.html" title="class in org.apache.jasper.el">JspELException</a></div> <div class="col-last even-row-color class-summary class-summary-tab5"> </div> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/el/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.el Class Hierarchy (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.el Class Hierarchy (Apache Tomcat 11.0.5 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="tree: package: org.apache.jasper.el"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../search.html">Search</a></li> <li><a href="../../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/ELInterpreterTagSetters.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/ELInterpreterTagSetters.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/ELInterpreterTagSetters.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/ELInterpreterTagSetters.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>ELInterpreterTagSetters (Apache Tomcat 11.0.4 API Documentation)</title> +<title>ELInterpreterTagSetters (Apache Tomcat 11.0.5 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.optimizations, class: ELInterpreterTagSetters"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/StringInterpreterEnum.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/StringInterpreterEnum.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/StringInterpreterEnum.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/StringInterpreterEnum.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>StringInterpreterEnum (Apache Tomcat 11.0.4 API Documentation)</title> +<title>StringInterpreterEnum (Apache Tomcat 11.0.5 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.optimizations, class: StringInterpreterEnum"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -129,8 +129,7 @@ loadScripts(document, 'script');</script <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> s, boolean isNamedAttribute)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> -<div class="block">Intended to be used by sub-classes that don't need/want to - re-implement the logic in +<div class="block">Intended to be used by sub-classes that don't need/want to re-implement the logic in <a href="../compiler/StringInterpreterFactory.DefaultStringInterpreter.html#convertString(java.lang.Class,java.lang.String,java.lang.String,java.lang.Class,boolean)"><code>StringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean)</code></a>.</div> </div> </div> @@ -177,8 +176,7 @@ loadScripts(document, 'script');</script <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> s, boolean isNamedAttribute)</span></div> <div class="block"><span class="description-from-type-label">Description copied from class: <code><a href="../compiler/StringInterpreterFactory.DefaultStringInterpreter.html#coerceToOtherType(java.lang.Class,java.lang.String,boolean)">StringInterpreterFactory.DefaultStringInterpreter</a></code></span></div> -<div class="block">Intended to be used by sub-classes that don't need/want to - re-implement the logic in +<div class="block">Intended to be used by sub-classes that don't need/want to re-implement the logic in <a href="../compiler/StringInterpreterFactory.DefaultStringInterpreter.html#convertString(java.lang.Class,java.lang.String,java.lang.String,java.lang.Class,boolean)"><code>StringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean)</code></a>.</div> <dl class="notes"> <dt>Overrides:</dt> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.optimizations (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.optimizations (Apache Tomcat 11.0.5 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.optimizations"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../search.html">Search</a></li> <li><a href="../../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/optimizations/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.optimizations Class Hierarchy (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.optimizations Class Hierarchy (Apache Tomcat 11.0.5 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="tree: package: org.apache.jasper.optimizations"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../search.html">Search</a></li> <li><a href="../../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper (Apache Tomcat 11.0.5 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"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper Class Hierarchy (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper Class Hierarchy (Apache Tomcat 11.0.5 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="tree: package: org.apache.jasper"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/BodyContentImpl.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/BodyContentImpl.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/BodyContentImpl.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/BodyContentImpl.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>BodyContentImpl (Apache Tomcat 11.0.4 API Documentation)</title> +<title>BodyContentImpl (Apache Tomcat 11.0.5 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.runtime, class: BodyContentImpl"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ExceptionUtils.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ExceptionUtils.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ExceptionUtils.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ExceptionUtils.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>ExceptionUtils (Apache Tomcat 11.0.4 API Documentation)</title> +<title>ExceptionUtils (Apache Tomcat 11.0.5 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.runtime, class: ExceptionUtils"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/HttpJspBase.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/HttpJspBase.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/HttpJspBase.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/HttpJspBase.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>HttpJspBase (Apache Tomcat 11.0.4 API Documentation)</title> +<title>HttpJspBase (Apache Tomcat 11.0.5 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.runtime, class: HttpJspBase"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/InstanceManagerFactory.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/InstanceManagerFactory.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/InstanceManagerFactory.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/InstanceManagerFactory.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>InstanceManagerFactory (Apache Tomcat 11.0.4 API Documentation)</title> +<title>InstanceManagerFactory (Apache Tomcat 11.0.5 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.runtime, class: InstanceManagerFactory"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspApplicationContextImpl.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspApplicationContextImpl.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspApplicationContextImpl.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspApplicationContextImpl.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspApplicationContextImpl (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspApplicationContextImpl (Apache Tomcat 11.0.5 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.runtime, class: JspApplicationContextImpl"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspContextWrapper.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspContextWrapper.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspContextWrapper.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspContextWrapper.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspContextWrapper (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspContextWrapper (Apache Tomcat 11.0.5 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.runtime, class: JspContextWrapper"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspFactoryImpl.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspFactoryImpl.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspFactoryImpl.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspFactoryImpl.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspFactoryImpl (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspFactoryImpl (Apache Tomcat 11.0.5 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.runtime, class: JspFactoryImpl"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspFragmentHelper.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspFragmentHelper.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspFragmentHelper.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspFragmentHelper.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspFragmentHelper (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspFragmentHelper (Apache Tomcat 11.0.5 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.runtime, class: JspFragmentHelper"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspRuntimeLibrary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspRuntimeLibrary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspRuntimeLibrary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspRuntimeLibrary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspRuntimeLibrary (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspRuntimeLibrary (Apache Tomcat 11.0.5 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.runtime, class: JspRuntimeLibrary"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceDependent.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceDependent.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceDependent.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceDependent.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspSourceDependent (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspSourceDependent (Apache Tomcat 11.0.5 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.runtime, interface: JspSourceDependent"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceDirectives.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceDirectives.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceDirectives.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceDirectives.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspSourceDirectives (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspSourceDirectives (Apache Tomcat 11.0.5 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.runtime, interface: JspSourceDirectives"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceImports.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceImports.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceImports.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspSourceImports.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspSourceImports (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspSourceImports (Apache Tomcat 11.0.5 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.runtime, interface: JspSourceImports"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspWriterImpl.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspWriterImpl.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspWriterImpl.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/JspWriterImpl.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JspWriterImpl (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JspWriterImpl (Apache Tomcat 11.0.5 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.runtime, class: JspWriterImpl"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/PageContextImpl.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/PageContextImpl.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/PageContextImpl.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/PageContextImpl.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>PageContextImpl (Apache Tomcat 11.0.4 API Documentation)</title> +<title>PageContextImpl (Apache Tomcat 11.0.5 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.runtime, class: PageContextImpl"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ProtectedFunctionMapper.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ProtectedFunctionMapper.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ProtectedFunctionMapper.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ProtectedFunctionMapper.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>ProtectedFunctionMapper (Apache Tomcat 11.0.4 API Documentation)</title> +<title>ProtectedFunctionMapper (Apache Tomcat 11.0.5 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.runtime, class: ProtectedFunctionMapper"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ServletResponseWrapperInclude.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ServletResponseWrapperInclude.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ServletResponseWrapperInclude.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/ServletResponseWrapperInclude.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>ServletResponseWrapperInclude (Apache Tomcat 11.0.4 API Documentation)</title> +<title>ServletResponseWrapperInclude (Apache Tomcat 11.0.5 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.runtime, class: ServletResponseWrapperInclude"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/TagHandlerPool.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/TagHandlerPool.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/TagHandlerPool.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/TagHandlerPool.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>TagHandlerPool (Apache Tomcat 11.0.4 API Documentation)</title> +<title>TagHandlerPool (Apache Tomcat 11.0.5 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.runtime, class: TagHandlerPool"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.runtime (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.runtime (Apache Tomcat 11.0.5 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.runtime"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../search.html">Search</a></li> <li><a href="../../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/runtime/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>org.apache.jasper.runtime Class Hierarchy (Apache Tomcat 11.0.4 API Documentation)</title> +<title>org.apache.jasper.runtime Class Hierarchy (Apache Tomcat 11.0.5 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="tree: package: org.apache.jasper.runtime"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../../search.html">Search</a></li> <li><a href="../../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/servlet/JasperInitializer.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/servlet/JasperInitializer.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/servlet/JasperInitializer.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/servlet/JasperInitializer.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JasperInitializer (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JasperInitializer (Apache Tomcat 11.0.5 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.servlet, class: JasperInitializer"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/servlet/JasperLoader.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/servlet/JasperLoader.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/servlet/JasperLoader.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/api/org/apache/jasper/servlet/JasperLoader.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>JasperLoader (Apache Tomcat 11.0.4 API Documentation)</title> +<title>JasperLoader (Apache Tomcat 11.0.5 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.servlet, class: JasperLoader"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <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> 11.0.4</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org