svn commit: r1924970 [23/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
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 @@
+
+
+
+
+PageInfo (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+PageInfo
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Method Summary
+Method Details
+
+isTagFile()
+isPluginDeclared(String)
+addImports(List)
+addImport(String)
+getImports()
+getJspFile()
+addDependant(String, Long)
+getDependants()
+getBeanRepository()
+setScriptless(boolean)
+isScriptless()
+setScriptingInvalid(boolean)
+isScriptingInvalid()
+getIncludePrelude()
+setIncludePrelude(Collection)
+getIncludeCoda()
+setIncludeCoda(Collection)
+setHasJspRoot(boolean)
+hasJspRoot()
+getOmitXmlDecl()
+setOmitXmlDecl(String)
+getDoctypeName()
+setDoctypeName(String)
+getDoctypeSystem()
+setDoctypeSystem(String)
+getDoctypePublic()
+setDoctypePublic(String)
+setIsJspPrefixHijacked(boolean)
+isJspPrefixHijacked()
+addPrefix(String)
+containsPrefix(String)
+addTaglib(String, TagLibraryInfo)
+getTaglib(String)
+getTaglibs()
+hasTaglib(String)
+addPrefixMapping(String, String)
+pushPrefixMapping(String, String)
+popPrefixMapping(String)
+getURI(String)
+setLanguage(String, Node, ErrorDispatcher, boolean)
+getLanguage(boolean)
+setExtends(String)
+getExtends(boolean)
+getExtends()
+setContentType(String)
+getContentType()
+setBufferValue(String, Node, ErrorDispatcher)
+getBufferValue()
+getBuffer()
+setSession(String, Node, ErrorDispatcher)
+getSession()
+isSession()
+setAutoFlush(String, Node, ErrorDispatcher)
+getAutoFlush()
+isAutoFlush()
+setIsThreadSafe(String, Node, ErrorDispatcher)
+getIsThreadSafe()
+isThreadSafe()
+setInfo(String)
+getInfo()
+setErrorPage(String)
+getErrorPage()
+setIsErrorPage(String, Node, ErrorDispatcher)
+getIsErrorPage()
+isErrorPage()
+setIsELIgnored(String, Node, ErrorDispatcher, boolean)
+setDeferredSyntaxAllowedAsLiteral(String, Node, ErrorDispatcher, 
boolean)
+setTrimDirectiveWhitespaces(String, Node, ErrorDispatcher, 
boolean)
+setELIgnored(boolean)
+getIsELIgnored()
+isELIgnored()
+putNonCustomTagPrefix(String, Mark)
+getNonCustomTagPrefix(String)
+getDeferredSyntaxAllowedAsLiteral()
+isDeferredSyntaxAllowedAsLiteral()
+setDeferredSyntaxAllowedAsLiteral(boolean)
+getExpressionFactory()
+getTrimDirectiveWhitespaces()
+isTrimDirectiveWhitespaces()
+setTrimDirectiveWhitespaces(boolean)
+getVarInfoNames()
+isErrorOnUndeclaredNamespace()
+setErrorOnUndeclaredNamespace(boolean)
+
+
+
+
+
+
+
+Class PageInfo
+
+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
+org.apache.jasper.compiler.PageInfo
+
+
+
+
+public class PageInfo
+extends 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 repository for various info about the translation unit 
under compilation.
+
+Author:
+Kin-man Chung
+
+
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+addDependant(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 d,
+ 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 lastModified)
+ 
+void
+addImport(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 imp)
+ 
+void
+addImports(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">ListString> imports)
+ 
+void
+addPrefix(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 prefix)
+ 
+void
+addPrefixMapping(https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.h

svn commit: r1924970 [13/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.InvokeAction.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.InvokeAction.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.InvokeAction.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.InvokeAction.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,189 @@
+
+
+
+
+Node.InvokeAction (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+InvokeAction
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+
+
+
+
+
+
+
+Class Node.InvokeAction
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.InvokeAction
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.InvokeAction
+extends Node
+Represents a  tag file action
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+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, https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals

svn commit: r1924970 [9/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.CustomTag.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.CustomTag.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.CustomTag.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.CustomTag.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,686 @@
+
+
+
+
+Node.CustomTag (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+CustomTag
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+getURI()
+getPrefix()
+setJspAttributes(Node.JspAttribute[])
+getJspAttributes()
+setTagData(TagData)
+getTagData()
+setTagHandlerPoolName(String)
+getTagHandlerPoolName()
+getTagInfo()
+getTagFileInfo()
+isTagFile()
+getTagHandlerClass()
+setTagHandlerClass(Class)
+implementsIterationTag()
+implementsBodyTag()
+implementsTryCatchFinally()
+implementsJspIdConsumer()
+implementsSimpleTag()
+implementsDynamicAttributes()
+getTagVariableInfos()
+getVariableInfos()
+setCustomTagParent(Node.CustomTag)
+getCustomTagParent()
+setNumCount(Integer)
+getNumCount()
+setScriptingVars(List, int)
+getScriptingVars(int)
+getCustomNestingLevel()
+checkIfAttributeIsJspFragment(String)
+setUseTagPlugin(boolean)
+useTagPlugin()
+setTagPluginContext(TagPluginContext)
+getTagPluginContext()
+setAtSTag(Node.Nodes)
+getAtSTag()
+setAtETag(Node.Nodes)
+getAtETag()
+hasEmptyBody()
+
+
+
+
+
+
+
+Class Node.CustomTag
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.ChildInfoBase
+org.apache.jasper.compiler.Node.CustomTag
+
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.CustomTag
+extends Node.ChildInfoBase
+Represents a custom tag
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.

svn commit: r1924970 [11/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Expression.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Expression.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Expression.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Expression.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,194 @@
+
+
+
+
+Node.Expression (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+Expression
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+
+
+
+
+
+
+
+Class Node.Expression
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.ScriptingElement
+org.apache.jasper.compiler.Node.Expression
+
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.Expression
+extends Node.ScriptingElement
+Represents an expression. Expressions in attributes are 
embedded in the attribute string and not here.
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+
+
+
+
+Methods
 inherited from class org.apache.jasper.compiler.Node.ScriptingElement
+getStart, getText
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getTaglibAttributes, getTextAttribute, 
 setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+https://docs.oracle.com/en/java/javase/11/docs/api/jav

svn commit: r1924970 [31/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/resource-files/stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/resource-files/stylesheet.css?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/resource-files/stylesheet.css
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/resource-files/stylesheet.css
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,1461 @@
+/*
+ * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Licensed under the Universal Permissive License v 1.0 as shown at 
https://oss.oracle.com/licenses/upl/
+ */
+
+/*
+ * Javadoc style sheet
+ */
+
+@import url('fonts/dejavu.css');
+
+/*
+ * These CSS custom properties (variables) define the core color and font
+ * properties used in this stylesheet.
+ */
+:root {
+/* body, block and code fonts */
+--body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+--block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, 
serif;
+--code-font-family: 'DejaVu Sans Mono', monospace;
+/* Base font sizes for body and code elements */
+--body-font-size: 14px;
+--block-font-size: 14px;
+--code-font-size: 14px;
+--nav-font-size: 13.2px;
+/* Line height for continuous text blocks */
+--block-line-height: 1.4em;
+/* Text colors for body and block elements */
+--body-text-color: #353833;
+--block-text-color: #474747;
+/* Background colors for various structural elements */
+--body-background-color: #ff;
+--section-background-color: #f8f8f8;
+--detail-background-color: #ff;
+/* Colors for navigation bar and table captions */
+--navbar-background-color: #4D7A97;
+--navbar-text-color: #ff;
+/* Background color for subnavigation and various headers */
+--subnav-background-color: #dee3e9;
+/* Background and text colors for selected tabs and navigation items */
+--selected-background-color: #f8981d;
+--selected-text-color: #253441;
+--selected-link-color: #1f389c;
+/* Background colors for generated tables */
+--even-row-color: #ff;
+--odd-row-color: #ef;
+/* Text color for page title */
+--title-color: #2c4557;
+/* Text colors for links */
+--link-color: #4A6782;
+--link-color-active: #bb7a2a;
+/* Snippet colors */
+--snippet-background-color: #ebecee;
+--snippet-text-color: var(--block-text-color);
+--snippet-highlight-color: #f7c590;
+/* Border colors for structural elements and user defined tables */
+--border-color: #ededed;
+--table-border-color: #00;
+/* Search input colors */
+--search-input-background-color: #ff;
+--search-input-text-color: #00;
+--search-input-placeholder-color: #909090;
+/* Highlight color for active search tag target */
+--search-tag-highlight-color: #00;
+/* Adjustments for icon and active background colors of copy-to-clipboard 
buttons */
+--copy-icon-brightness: 100%;
+--copy-button-background-color-active: rgba(168, 168, 176, 0.3);
+/* Colors for invalid tag notifications */
+--invalid-tag-background-color: #ffe6e6;
+--invalid-tag-text-color: #00;
+/* Navigation bar dimensions */
+--top-nav-height: 44px;
+--sub-nav-height: 34px;
+--nav-height: calc(var(--top-nav-height) + var(--sub-nav-height));
+scroll-behavior: smooth;
+}
+/*
+ * Styles for individual HTML elements.
+ *
+ * These are styles that are specific to individual HTML elements. Changing 
them affects the style of a particular
+ * HTML element throughout the page.
+ */
+body {
+background-color:var(--body-background-color);
+color:var(--body-text-color);
+font-family:var(--body-font-family);
+font-size:var(--body-font-size);
+margin:0;
+padding:0;
+height:100%;
+width:100%;
+}
+main [id] {
+scroll-margin-top: calc(var(--nav-height) + 6px);
+}
+a:link, a:visited {
+text-decoration:none;
+color:var(--link-color);
+}
+a[href]:hover, a[href]:active {
+text-decoration:none;
+color:var(--link-color-active);
+}
+pre {
+font-family:var(--code-font-family);
+font-size:var(--code-font-size);
+}
+h1 {
+font-size:1.428em;
+}
+h2 {
+font-size:1.285em;
+}
+h3 {
+font-size:1.14em;
+}
+h4 {
+font-size:1.072em;
+}
+h5 {
+font-size:1.001em;
+}
+h6 {
+font-size:0.93em;
+}
+/* Disable font boosting for selected elements */
+h1, h2, h3, h4, h5, h6, div.member-signature {
+max-height: 1000em;
+}
+ul {
+list-style-type:disc;
+}
+code, tt {
+font-family:var(--code-font-family);
+}
+:not(h1, h2, h3, h4, h5, h6) > code,
+:not(h1, h2, h3, h4, h5, h6) > tt {
+font-size:var(--code-font-size);
+line-height:1.4em;
+}
+dt code {
+font-family:var(

svn commit: r1924971 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/resources/ annotationapi/script-dir/ api/ api/resources/ api/script-dir/ elapi/ elapi/resources/ elapi/sc

2025-04-09 Thread remm
Author: remm
Date: Wed Apr  9 19:32:37 2025
New Revision: 1924971

URL: http://svn.apache.org/viewvc?rev=1924971&view=rev
Log:
Javadoc update for 9.0.104 (part 3)

Removed:
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/jquery-ui.overrides.css
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resources/
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script.js
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/search.js
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/stylesheet.css
tomcat/site/trunk/docs/tomcat-9.0-doc/api/jquery-ui.overrides.css
tomcat/site/trunk/docs/tomcat-9.0-doc/api/resources/
tomcat/site/trunk/docs/tomcat-9.0-doc/api/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/api/script.js
tomcat/site/trunk/docs/tomcat-9.0-doc/api/search.js
tomcat/site/trunk/docs/tomcat-9.0-doc/api/stylesheet.css
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/jquery-ui.overrides.css
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resources/
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/script.js
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/search.js
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/stylesheet.css
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/jquery-ui.overrides.css
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/resources/
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/script.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/search.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/stylesheet.css
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/jquery-ui.overrides.css
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/resources/
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/script.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/search.js
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/stylesheet.css
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/jquery-ui.overrides.css
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/resources/
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/script.js
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/search.js
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/stylesheet.css
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/jquery-ui.overrides.css
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/resources/
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/script-dir/
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/script.js
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/search.js
tomcat/site/trunk/docs/tomcat-9.0-doc/websocketapi/stylesheet.css


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



svn commit: r1924970 [2/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/stylesheet.css?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/stylesheet.css
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/stylesheet.css
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,1461 @@
+/*
+ * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Licensed under the Universal Permissive License v 1.0 as shown at 
https://oss.oracle.com/licenses/upl/
+ */
+
+/*
+ * Javadoc style sheet
+ */
+
+@import url('fonts/dejavu.css');
+
+/*
+ * These CSS custom properties (variables) define the core color and font
+ * properties used in this stylesheet.
+ */
+:root {
+/* body, block and code fonts */
+--body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+--block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, 
serif;
+--code-font-family: 'DejaVu Sans Mono', monospace;
+/* Base font sizes for body and code elements */
+--body-font-size: 14px;
+--block-font-size: 14px;
+--code-font-size: 14px;
+--nav-font-size: 13.2px;
+/* Line height for continuous text blocks */
+--block-line-height: 1.4em;
+/* Text colors for body and block elements */
+--body-text-color: #353833;
+--block-text-color: #474747;
+/* Background colors for various structural elements */
+--body-background-color: #ff;
+--section-background-color: #f8f8f8;
+--detail-background-color: #ff;
+/* Colors for navigation bar and table captions */
+--navbar-background-color: #4D7A97;
+--navbar-text-color: #ff;
+/* Background color for subnavigation and various headers */
+--subnav-background-color: #dee3e9;
+/* Background and text colors for selected tabs and navigation items */
+--selected-background-color: #f8981d;
+--selected-text-color: #253441;
+--selected-link-color: #1f389c;
+/* Background colors for generated tables */
+--even-row-color: #ff;
+--odd-row-color: #ef;
+/* Text color for page title */
+--title-color: #2c4557;
+/* Text colors for links */
+--link-color: #4A6782;
+--link-color-active: #bb7a2a;
+/* Snippet colors */
+--snippet-background-color: #ebecee;
+--snippet-text-color: var(--block-text-color);
+--snippet-highlight-color: #f7c590;
+/* Border colors for structural elements and user defined tables */
+--border-color: #ededed;
+--table-border-color: #00;
+/* Search input colors */
+--search-input-background-color: #ff;
+--search-input-text-color: #00;
+--search-input-placeholder-color: #909090;
+/* Highlight color for active search tag target */
+--search-tag-highlight-color: #00;
+/* Adjustments for icon and active background colors of copy-to-clipboard 
buttons */
+--copy-icon-brightness: 100%;
+--copy-button-background-color-active: rgba(168, 168, 176, 0.3);
+/* Colors for invalid tag notifications */
+--invalid-tag-background-color: #ffe6e6;
+--invalid-tag-text-color: #00;
+/* Navigation bar dimensions */
+--top-nav-height: 44px;
+--sub-nav-height: 34px;
+--nav-height: calc(var(--top-nav-height) + var(--sub-nav-height));
+scroll-behavior: smooth;
+}
+/*
+ * Styles for individual HTML elements.
+ *
+ * These are styles that are specific to individual HTML elements. Changing 
them affects the style of a particular
+ * HTML element throughout the page.
+ */
+body {
+background-color:var(--body-background-color);
+color:var(--body-text-color);
+font-family:var(--body-font-family);
+font-size:var(--body-font-size);
+margin:0;
+padding:0;
+height:100%;
+width:100%;
+}
+main [id] {
+scroll-margin-top: calc(var(--nav-height) + 6px);
+}
+a:link, a:visited {
+text-decoration:none;
+color:var(--link-color);
+}
+a[href]:hover, a[href]:active {
+text-decoration:none;
+color:var(--link-color-active);
+}
+pre {
+font-family:var(--code-font-family);
+font-size:var(--code-font-size);
+}
+h1 {
+font-size:1.428em;
+}
+h2 {
+font-size:1.285em;
+}
+h3 {
+font-size:1.14em;
+}
+h4 {
+font-size:1.072em;
+}
+h5 {
+font-size:1.001em;
+}
+h6 {
+font-size:0.93em;
+}
+/* Disable font boosting for selected elements */
+h1, h2, h3, h4, h5, h6, div.member-signature {
+max-height: 1000em;
+}
+ul {
+list-style-type:disc;
+}
+code, tt {
+font-family:var(--code-font-family);
+}
+:not(h1, h2, h3, h4, h5, h6) > code,
+:not(h1, h2, h3, h4, h5, h6) > tt {
+font-size:var(--code-font-size);
+line-height:1.4em;
+}
+dt code {
+font-family:

svn commit: r1924970 [12/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.GetProperty.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.GetProperty.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.GetProperty.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.GetProperty.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,189 @@
+
+
+
+
+Node.GetProperty (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+GetProperty
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+
+
+
+
+
+
+
+Class Node.GetProperty
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.GetProperty
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.GetProperty
+extends Node
+Represents a getProperty action
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+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, https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)"

svn commit: r1924970 [19/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.TaglibDirective.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.TaglibDirective.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.TaglibDirective.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.TaglibDirective.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,189 @@
+
+
+
+
+Node.TaglibDirective (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+TaglibDirective
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+
+
+
+
+
+
+
+Class 
Node.TaglibDirective
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.TaglibDirective
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.TaglibDirective
+extends Node
+Represents a custom taglib directive
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+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, https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/

svn commit: r1924970 [16/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.PageDirective.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.PageDirective.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.PageDirective.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.PageDirective.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,222 @@
+
+
+
+
+Node.PageDirective (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+PageDirective
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+addImport(String)
+getImports()
+
+
+
+
+
+
+
+Class 
Node.PageDirective
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.PageDirective
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.PageDirective
+extends Node
+Represents a page directive
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+void
+addImport(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 value)
+
+Parses the comma-separated list of class or package names 
in the given attribute value and adds each
+ component to this PageDirective's vector of imported classes and 
packages.
+
+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">ListString>
+getImports()
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getI

svn commit: r1924970 [17/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.PlugIn.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.PlugIn.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.PlugIn.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.PlugIn.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,237 @@
+
+
+
+
+Node.PlugIn (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+PlugIn
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+setHeight(Node.JspAttribute)
+setWidth(Node.JspAttribute)
+getHeight()
+getWidth()
+
+
+
+
+
+
+
+Class Node.PlugIn
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.PlugIn
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.PlugIn
+extends Node
+Represents a plugin action
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+Node.JspAttribute
+getHeight()
+ 
+Node.JspAttribute
+getWidth()
+ 
+void
+setHeight(Node.JspAttribute height)
+ 
+void
+setWidth(Node.JspAttribute width)
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object

svn commit: r1924970 [15/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.JspText.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.JspText.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.JspText.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.JspText.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,189 @@
+
+
+
+
+Node.JspText (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+JspText
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+
+
+
+
+
+
+
+Class Node.JspText
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.JspText
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.JspText
+extends Node
+Represents the body of a  element
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+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, https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)"
 title="class or interf

svn commit: r1924970 [10/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Declaration.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Declaration.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Declaration.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Declaration.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,194 @@
+
+
+
+
+Node.Declaration (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+Declaration
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+
+
+
+
+
+
+
+Class Node.Declaration
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.ScriptingElement
+org.apache.jasper.compiler.Node.Declaration
+
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.Declaration
+extends Node.ScriptingElement
+Represents a declaration
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+
+
+
+
+Methods
 inherited from class org.apache.jasper.compiler.Node.ScriptingElement
+getStart, getText
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getTaglibAttributes, getTextAttribute, 
 setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()"
 title="class or interface in ja

svn commit: r1924970 [14/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.JspElement.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.JspElement.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.JspElement.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.JspElement.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,237 @@
+
+
+
+
+Node.JspElement (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+JspElement
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+setJspAttributes(Node.JspAttribute[])
+getJspAttributes()
+setNameAttribute(Node.JspAttribute)
+getNameAttribute()
+
+
+
+
+
+
+
+Class Node.JspElement
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.JspElement
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.JspElement
+extends Node
+Represents a .
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+Node.JspAttribute[]
+getJspAttributes()
+ 
+Node.JspAttribute
+getNameAttribute()
+ 
+void
+setJspAttributes(Node.JspAttribute[] jspAttrs)
+ 
+void
+setNameAttribute(Node.JspAttribute nameAttr)
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang"

svn commit: r1924970 [20/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.UseBean.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.UseBean.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.UseBean.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.UseBean.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,213 @@
+
+
+
+
+Node.UseBean (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+UseBean
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+setBeanName(Node.JspAttribute)
+getBeanName()
+
+
+
+
+
+
+
+Class Node.UseBean
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.UseBean
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.UseBean
+extends Node
+Represents a useBean action
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+Node.JspAttribute
+getBeanName()
+ 
+void
+setBeanName(Node.JspAttribute beanName)
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+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, https://docs.o

svn commit: r1924970 [22/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.html 
(added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.html 
Wed Apr  9 19:29:19 2025
@@ -0,0 +1,831 @@
+
+
+
+
+Node (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Field Details
+
+attrs
+taglibAttrs
+nonTaglibXmlnsAttrs
+body
+text
+startMark
+beginJavaLine
+endJavaLine
+parent
+namedAttributeNodes
+qName
+localName
+innerClassName
+
+
+Method Details
+
+getQName()
+getLocalName()
+getAttributes()
+getTaglibAttributes()
+getNonTaglibXmlnsAttributes()
+setAttributes(Attributes)
+getAttributeValue(String)
+getTextAttribute(String)
+getNamedAttributeNode(String)
+getNamedAttributeNodes()
+getBody()
+setBody(Node.Nodes)
+getText()
+getStart()
+getParent()
+getBeginJavaLine()
+setBeginJavaLine(int)
+getEndJavaLine()
+setEndJavaLine(int)
+getRoot()
+getInnerClassName()
+setInnerClassName(String)
+
+
+
+
+
+
+
+Class Node
+
+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
+org.apache.jasper.compiler.Node
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Direct Known Subclasses:
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfoBase, Node.Comment, Node.DoBodyAction, Node.ELExpression, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective
+
+
+public abstract class 
Node
+extends 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
+implements TagConstants
+An internal data representation of a JSP page or a JSP 
document (XML). Also included here is a visitor class for
+ traversing nodes.
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+Nested Classes
+
+Modifier and Type
+Class
+Description
+static class 
+Node.AttributeDirective
+
+Represents an attribute directive
+
+static class 
+Node.AttributeGenerator
+
+Used as a placeholder for the evaluation code of a custom 
action attribute (used by the tag plugin machinery
+ only).
+
+static class 
+Node.ChildInfo
+
+Collected information about child elements.
+
+static class 
+Node.ChildInfoBase
+ 
+static class 
+Node.Comment
+
+Represents a Jsp comment Comments are kept for 
completeness.
+
+static class 
+Node.CustomTag
+
+Represents a custom tag
+
+static class 
+Node.Declaration
+
+Represents a declaration
+
+static class 
+Node.DoBodyAction
+
+Represents a  tag file action
+
+static class 
+Node.ELExpression
+
+Represents an EL expression.
+
+static class 
+Node.Expression
+
+Represents an expression.
+
+static class 
+Node.FallBackAction
+
+Represents a fallback action
+
+static class 
+Node.ForwardAction
+
+Represents a forward action
+
+static class 
+Node.GetProperty
+
+Represents a getProperty action
+
+static class 
+Node.IncludeAction
+
+Represents an include action
+
+static class 
+Node.IncludeDirective
+
+Represents an include directive
+
+static class 
+Node.InvokeAction
+
+Represents a  tag file action
+
+static class 
+Node.JspAttribute
+
+Represents attributes that can be request time 
expressions.
+
+static class 
+Node.JspBody
+
+Represents a JspBody node ()
+
+static class 
+Node.JspElement
+
+Represents a .
+
+static class 
+Node.JspOutput
+
+Represents a .
+
+static class 
+Node.JspRoot
+
+Represents the root of a Jsp document (XML syntax)
+
+static class 
+Node.JspText
+
+Represents the body of a  element
+
+static class 
+Node.NamedAttribute
+
+Represents a Named Attribute ()
+
+static class 
+Node.Nodes
+
+An ordered list of Node, used to represent the body of an 
element, or a jsp page of jsp document.
+
+static class 
+Node.PageDirective
+
+Represents a page dir

svn commit: r1924970 [28/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/resource-files/stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/resource-files/stylesheet.css?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/resource-files/stylesheet.css 
(added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/jaspicapi/resource-files/stylesheet.css 
Wed Apr  9 19:29:19 2025
@@ -0,0 +1,1461 @@
+/*
+ * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Licensed under the Universal Permissive License v 1.0 as shown at 
https://oss.oracle.com/licenses/upl/
+ */
+
+/*
+ * Javadoc style sheet
+ */
+
+@import url('fonts/dejavu.css');
+
+/*
+ * These CSS custom properties (variables) define the core color and font
+ * properties used in this stylesheet.
+ */
+:root {
+/* body, block and code fonts */
+--body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+--block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, 
serif;
+--code-font-family: 'DejaVu Sans Mono', monospace;
+/* Base font sizes for body and code elements */
+--body-font-size: 14px;
+--block-font-size: 14px;
+--code-font-size: 14px;
+--nav-font-size: 13.2px;
+/* Line height for continuous text blocks */
+--block-line-height: 1.4em;
+/* Text colors for body and block elements */
+--body-text-color: #353833;
+--block-text-color: #474747;
+/* Background colors for various structural elements */
+--body-background-color: #ff;
+--section-background-color: #f8f8f8;
+--detail-background-color: #ff;
+/* Colors for navigation bar and table captions */
+--navbar-background-color: #4D7A97;
+--navbar-text-color: #ff;
+/* Background color for subnavigation and various headers */
+--subnav-background-color: #dee3e9;
+/* Background and text colors for selected tabs and navigation items */
+--selected-background-color: #f8981d;
+--selected-text-color: #253441;
+--selected-link-color: #1f389c;
+/* Background colors for generated tables */
+--even-row-color: #ff;
+--odd-row-color: #ef;
+/* Text color for page title */
+--title-color: #2c4557;
+/* Text colors for links */
+--link-color: #4A6782;
+--link-color-active: #bb7a2a;
+/* Snippet colors */
+--snippet-background-color: #ebecee;
+--snippet-text-color: var(--block-text-color);
+--snippet-highlight-color: #f7c590;
+/* Border colors for structural elements and user defined tables */
+--border-color: #ededed;
+--table-border-color: #00;
+/* Search input colors */
+--search-input-background-color: #ff;
+--search-input-text-color: #00;
+--search-input-placeholder-color: #909090;
+/* Highlight color for active search tag target */
+--search-tag-highlight-color: #00;
+/* Adjustments for icon and active background colors of copy-to-clipboard 
buttons */
+--copy-icon-brightness: 100%;
+--copy-button-background-color-active: rgba(168, 168, 176, 0.3);
+/* Colors for invalid tag notifications */
+--invalid-tag-background-color: #ffe6e6;
+--invalid-tag-text-color: #00;
+/* Navigation bar dimensions */
+--top-nav-height: 44px;
+--sub-nav-height: 34px;
+--nav-height: calc(var(--top-nav-height) + var(--sub-nav-height));
+scroll-behavior: smooth;
+}
+/*
+ * Styles for individual HTML elements.
+ *
+ * These are styles that are specific to individual HTML elements. Changing 
them affects the style of a particular
+ * HTML element throughout the page.
+ */
+body {
+background-color:var(--body-background-color);
+color:var(--body-text-color);
+font-family:var(--body-font-family);
+font-size:var(--body-font-size);
+margin:0;
+padding:0;
+height:100%;
+width:100%;
+}
+main [id] {
+scroll-margin-top: calc(var(--nav-height) + 6px);
+}
+a:link, a:visited {
+text-decoration:none;
+color:var(--link-color);
+}
+a[href]:hover, a[href]:active {
+text-decoration:none;
+color:var(--link-color-active);
+}
+pre {
+font-family:var(--code-font-family);
+font-size:var(--code-font-size);
+}
+h1 {
+font-size:1.428em;
+}
+h2 {
+font-size:1.285em;
+}
+h3 {
+font-size:1.14em;
+}
+h4 {
+font-size:1.072em;
+}
+h5 {
+font-size:1.001em;
+}
+h6 {
+font-size:0.93em;
+}
+/* Disable font boosting for selected elements */
+h1, h2, h3, h4, h5, h6, div.member-signature {
+max-height: 1000em;
+}
+ul {
+list-style-type:disc;
+}
+code, tt {
+font-family:var(--code-font-family);
+}
+:not(h1, h2, h3, h4, h5, h6) > code,
+:not(h1, h2, h3, h4, h5, h6) > tt {
+font-size:var(--code-font-size);
+line-height:1.4em;
+}
+dt code {
+font-family:var(--code-font-

svn commit: r1924970 [4/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/startup/ContextConfig.DefaultWebXmlCacheEntry.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/startup/ContextConfig.DefaultWebXmlCacheEntry.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/startup/ContextConfig.DefaultWebXmlCacheEntry.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/startup/ContextConfig.DefaultWebXmlCacheEntry.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,175 @@
+
+
+
+
+ContextConfig.DefaultWebXmlCacheEntry (Apache Tomcat 9.0.104 API 
Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.catalina.startup
+ContextConfig
+DefaultWebXmlCacheEntry
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Method Summary
+Method Details
+
+getWebXml()
+getGlobalTimeStamp()
+getHostTimeStamp()
+
+
+
+
+
+
+
+Class 
ContextConfig.DefaultWebXmlCacheEntry
+
+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
+org.apache.catalina.startup.ContextConfig.DefaultWebXmlCacheEntry
+
+
+
+
+Enclosing class:
+ContextConfig
+
+
+protected static class 
ContextConfig.DefaultWebXmlCacheEntry
+extends 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
+
+Author:
+Craig R. McClanahan
+
+
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+long
+getGlobalTimeStamp()
+ 
+long
+getHostTimeStamp()
+ 
+WebXml
+getWebXml()
+ 
+
+
+
+
+Methods inherited from 
class java.lang.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
+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, 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, 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, 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, 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, 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, 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, 
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, 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, 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, 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
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getWebXml
+
+public WebXml getWebXml()
+
+
+
+
+
+getGlobalTimeStamp
+
+public long getGlobalTimeStamp()
+
+
+
+
+
+getHostTimeStamp
+
+public long getHostTimeStamp()
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2000-2025 Apache Software 
Foundation.  Apache Tomcat, Tomcat, Apache, 
the Apache Tomcat logo and the Apache logo are either registered trademarks 
  or trademarks of the Apache Software Foundation.
+
+
+
+
+

Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/startup/ContextConfig.JavaClassCacheEntry.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/startup/ContextConfig.JavaClassCacheEntry.html?rev=1924970&view=auto
==
--- 
tomcat/site/trun

svn commit: r1924970 [1/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Author: remm
Date: Wed Apr  9 19:29:19 2025
New Revision: 1924970

URL: http://svn.apache.org/viewvc?rev=1924970&view=rev
Log:
Javadoc update for 9.0.104 (part 2)

Added:
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/legal/dejavufonts.md
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/copy.svg 
  (with props)
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSans-Bold.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSans-Bold.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSans-Oblique.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSans-Oblique.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSans.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSans.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSansMono-Bold.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSansMono.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSansMono.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSerif-Bold.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSerif-Bold.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSerif-Italic.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSerif-Italic.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSerif.woff
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/DejaVuLGCSerif.woff2
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/fonts/dejavu.css

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/glass.png   
(with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/jquery-ui.min.css
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/link.svg 
  (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/stylesheet.css
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/resource-files/x.png   
(with props)
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-files/

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-files/jquery-3.7.1.min.js
   (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-files/jquery-ui.min.js
   (with props)
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-files/script.js  
 (with props)

tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-files/search-page.js 
  (with props)
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/script-files/search.js  
 (with props)
tomcat/site/trunk/docs/tomcat-9.0-doc/annotationapi/search.html
tomcat/site/trunk/docs/tomcat-9.0-doc/api/legal/dejavufonts.md

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/servlets/DefaultServlet.SortManager.Order.html

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/servlets/DefaultServlet.SortManager.html

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/servlets/WebdavServlet.PropertyUpdateType.html
 

svn commit: r1924970 [8/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.ChildInfoBase.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.ChildInfoBase.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.ChildInfoBase.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.ChildInfoBase.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,187 @@
+
+
+
+
+Node.ChildInfoBase (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+ChildInfoBase
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+getChildInfo()
+
+
+
+
+
+
+
+Class 
Node.ChildInfoBase
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.ChildInfoBase
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Direct Known Subclasses:
+Node.CustomTag, Node.JspBody, Node.NamedAttribute
+
+
+Enclosing class:
+Node
+
+
+public abstract static 
class Node.ChildInfoBase
+extends Node
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+Node.ChildInfo
+getChildInfo()
+ 
+
+
+
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+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, https://docs.oracle.com/en/java/java

svn commit: r1924970 [3/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/servlets/DefaultServlet.SortManager.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/servlets/DefaultServlet.SortManager.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/servlets/DefaultServlet.SortManager.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/servlets/DefaultServlet.SortManager.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,361 @@
+
+
+
+
+DefaultServlet.SortManager (Apache Tomcat 9.0.104 API 
Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.catalina.servlets
+DefaultServlet
+SortManager
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Field Details
+
+defaultResourceComparator
+resourceNameComparator
+resourceNameComparatorAsc
+resourceSizeComparator
+resourceSizeComparatorAsc
+resourceLastModifiedComparator
+resourceLastModifiedComparatorAsc
+
+
+Method Details
+
+sort(WebResource[], String)
+getComparator(String)
+getComparator(DefaultServlet.SortManager.Order)
+getOrder(String)
+
+
+
+
+
+
+
+Class 
DefaultServlet.SortManager
+
+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
+org.apache.catalina.servlets.DefaultServlet.SortManager
+
+
+
+
+Enclosing class:
+DefaultServlet
+
+
+protected static class 
DefaultServlet.SortManager
+extends 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 class encapsulating the sorting of resources.
+
+Author:
+Craig R. McClanahan, Remy Maucherat
+
+
+
+
+
+
+
+
+Nested Class Summary
+Nested Classes
+
+Modifier and Type
+Class
+Description
+static class 
+DefaultServlet.SortManager.Order
+ 
+
+
+
+
+
+
+Field Summary
+Fields
+
+Modifier and Type
+Field
+Description
+protected https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+defaultResourceComparator
+
+The default sort.
+
+protected https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+resourceLastModifiedComparator
+
+Comparator to use when sorting resources by last-modified 
date.
+
+protected https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+resourceLastModifiedComparatorAsc
+
+Comparator to use when sorting files by last-modified date, 
ascending (reverse).
+
+protected https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+resourceNameComparator
+
+Comparator to use when sorting resources by name.
+
+protected https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+resourceNameComparatorAsc
+
+Comparator to use when sorting files by name, ascending 
(reverse).
+
+protected https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+resourceSizeComparator
+
+Comparator to use when sorting resources by size.
+
+protected https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+resourceSizeComparatorAsc
+
+Comparator to use when sorting files by size, ascending 
(reverse).
+
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+getComparator(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 order)
+ 
+https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html";
 title="class or interface in java.util" 
class="external-link">Comparator
+getComparator

svn commit: r1924970 [7/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Mark.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Mark.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Mark.html 
(added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Mark.html 
Wed Apr  9 19:29:19 2025
@@ -0,0 +1,241 @@
+
+
+
+
+Mark (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Mark
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Method Summary
+Method Details
+
+getLineNumber()
+getColumnNumber()
+toString()
+getFile()
+getURL()
+equals(Object)
+hashCode()
+
+
+
+
+
+
+
+Class Mark
+
+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
+org.apache.jasper.compiler.Mark
+
+
+
+
+public final class 
Mark
+extends 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
+Mark represents a point in the JSP input.
+
+Author:
+Anil K. Vijendran
+
+
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+boolean
+equals(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 other)
+ 
+int
+getColumnNumber()
+ 
+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
+getFile()
+ 
+int
+getLineNumber()
+ 
+https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/URL.html";
 title="class or interface in java.net" 
class="external-link">URL
+getURL()
+
+Gets the URL of the resource with which this Mark is 
associated
+
+int
+hashCode()
+ 
+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
+toString()
+ 
+
+
+
+
+Methods inherited from 
class java.lang.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
+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, 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, 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, https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()"
 title="class or interface in java.lang" class="external-link">notify, 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, 
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, 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, 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
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getLineNumber
+
+public int getLineNumber()
+
+
+
+
+
+getColumnNumber
+
+public int getColumnNumber()
+
+
+
+
+
+toString
+
+public 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 toString()
+
+Overrides:
+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 in class 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
+
+
+
+
+
+
+getFile
+
+public 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 getFile()
+
+
+
+
+
+getURL
+
+public h

svn commit: r1924970 [5/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/TimeBucketCounterBase.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/TimeBucketCounterBase.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/TimeBucketCounterBase.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/TimeBucketCounterBase.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,379 @@
+
+
+
+
+TimeBucketCounterBase (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.catalina.util
+TimeBucketCounterBase
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Constructor Summary
+Method Summary
+Constructor Details
+
+TimeBucketCounterBase(int, ScheduledExecutorService)
+
+
+Method Details
+
+getBucketDuration()
+getRatio()
+increment(String)
+genKey(String)
+genKey(String, 
long)
+getBucketIndex(long)
+getCurrentBucketPrefix()
+getMillisUntilNextBucket()
+destroy()
+periodicEvict()
+
+
+
+
+
+
+
+Class 
TimeBucketCounterBase
+
+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
+org.apache.catalina.util.TimeBucketCounterBase
+
+
+
+
+Direct Known Subclasses:
+TimeBucketCounter
+
+
+public abstract class 
TimeBucketCounterBase
+extends 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
+This class maintains a thread safe hash map that has 
timestamp-based buckets followed by a string for a key, and a
+ counter for an integer value. Each time the increment() method is called it 
adds the key if it does not exist,
+ increments its value and returns it.
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+Constructor
+Description
+TimeBucketCounterBase(int bucketDuration,
+ https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/ScheduledExecutorService.html";
 title="class or interface in java.util.concurrent" 
class="external-link">ScheduledExecutorService executorService)
+
+Creates a new TimeBucketCounter with the specified 
lifetime.
+
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsAbstract 
MethodsConcrete Methods
+
+
+Modifier and Type
+Method
+Description
+void
+destroy()
+
+Stops threads created by this object and cleans up 
resources.
+
+protected final 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
+genKey(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 identifier)
+
+Generates the key of timeBucket counter maps with the 
specific identifier, and the timestamp is implicitly
+ equivalent to "now".
+
+protected final 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
+genKey(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 identifier,
+ long timestamp)
+
+Generates the key of timeBucket counter maps with the 
specific identifier and timestamp.
+
+int
+getBucketDuration()
+ 
+protected abstract 
long
+getBucketIndex(long timestamp)
+
+Calculate the bucket index for the specific timestamp.
+
+int
+getCurrentBucketPrefix()
+
+Returns current bucket prefix
+
+abstract 
long
+getMillisUntilNextBucket()
+
+When we want to test a full bucket duration we need to 
sleep until the next bucket starts.
+
+abstract 
double
+getRatio()
+
+Returns the ratio between the configured duration param and 
the actual duration.
+
+final 
int
+increment(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 identifier)
+
+Increments the counter for the passed identifier in the 
current time bucket and returns the new value.
+
+void
+periodicEvict()
+
+Periodic evict, perform removal of obsolete bucket 
items.
+
+
+
+
+
+Methods inherited from 
class java.lang.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
+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">

svn commit: r1924970 [6/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-file

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ELNode.Root.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ELNode.Root.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ELNode.Root.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ELNode.Root.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,195 @@
+
+
+
+
+ELNode.Root (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+ELNode
+Root
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Method Summary
+Method Details
+
+accept(ELNode.Visitor)
+getExpression()
+getType()
+
+
+
+
+
+
+
+Class ELNode.Root
+
+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
+org.apache.jasper.compiler.ELNode
+org.apache.jasper.compiler.ELNode.Root
+
+
+
+
+
+Enclosing class:
+ELNode
+
+
+public static class 
ELNode.Root
+extends ELNode
+Represents an EL expression: anything in ${ and }.
+
+Author:
+Kin-man Chung
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested
 classes/interfaces inherited from class org.apache.jasper.compiler.ELNode
+ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(ELNode.Visitor v)
+ 
+ELNode.Nodes
+getExpression()
+ 
+char
+getType()
+ 
+
+
+
+
+Methods inherited from 
class java.lang.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
+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, 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, 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, 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, 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, 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, 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, 
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, 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, 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, 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
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+accept
+
+public void accept(ELNode.Visitor v)
+throws JasperException
+
+Specified by:
+accept in
 class ELNode
+Throws:
+JasperException
+
+
+
+
+
+
+getExpression
+
+public ELNode.Nodes getExpression()
+
+
+
+
+
+getType
+
+public char getType()
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2000-2025 Apache Software 
Foundation.  Apache Tomcat, Tomcat, Apache, 
the Apache Tomcat logo and the Apache logo are either registered trademarks 
  or trademarks of the Apache Software Foundation.
+
+
+
+
+

Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ELNode.Text.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ELNode.Text.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasp

svn commit: r1924970 [18/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Scriptlet.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Scriptlet.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Scriptlet.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Scriptlet.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,194 @@
+
+
+
+
+Node.Scriptlet (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+Scriptlet
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Nested Class Summary
+Field Summary
+Method Summary
+Method Details
+
+accept(Node.Visitor)
+
+
+
+
+
+
+
+Class Node.Scriptlet
+
+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
+org.apache.jasper.compiler.Node
+org.apache.jasper.compiler.Node.ScriptingElement
+org.apache.jasper.compiler.Node.Scriptlet
+
+
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.Scriptlet
+extends Node.ScriptingElement
+Represents a scriptlet
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested 
classes/interfaces inherited from class org.apache.jasper.compiler.Node
+Node.AttributeDirective, Node.AttributeGenerator, Node.ChildInfo, Node.ChildInfoBase, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expressio
 n, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspOutput, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from class org.apache.jasper.compiler.Node
+attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+void
+accept(Node.Visitor v)
+ 
+
+
+
+
+Methods
 inherited from class org.apache.jasper.compiler.Node.ScriptingElement
+getStart, getText
+
+Methods 
inherited from class org.apache.jasper.compiler.Node
+getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode,
 getNamedAttributeNodes, getNonTaglibXmlnsAttributes, 
getParent, getQName, getRoot, getTaglibAttributes, getTextAttribute, 
 setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName
+
+Methods inherited from 
class java.lang.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
+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="exte

svn commit: r1924970 [29/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/resource-files/stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/resource-files/stylesheet.css?rev=1924970&view=auto
==
--- tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/resource-files/stylesheet.css 
(added)
+++ tomcat/site/trunk/docs/tomcat-9.0-doc/jspapi/resource-files/stylesheet.css 
Wed Apr  9 19:29:19 2025
@@ -0,0 +1,1461 @@
+/*
+ * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Licensed under the Universal Permissive License v 1.0 as shown at 
https://oss.oracle.com/licenses/upl/
+ */
+
+/*
+ * Javadoc style sheet
+ */
+
+@import url('fonts/dejavu.css');
+
+/*
+ * These CSS custom properties (variables) define the core color and font
+ * properties used in this stylesheet.
+ */
+:root {
+/* body, block and code fonts */
+--body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+--block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, 
serif;
+--code-font-family: 'DejaVu Sans Mono', monospace;
+/* Base font sizes for body and code elements */
+--body-font-size: 14px;
+--block-font-size: 14px;
+--code-font-size: 14px;
+--nav-font-size: 13.2px;
+/* Line height for continuous text blocks */
+--block-line-height: 1.4em;
+/* Text colors for body and block elements */
+--body-text-color: #353833;
+--block-text-color: #474747;
+/* Background colors for various structural elements */
+--body-background-color: #ff;
+--section-background-color: #f8f8f8;
+--detail-background-color: #ff;
+/* Colors for navigation bar and table captions */
+--navbar-background-color: #4D7A97;
+--navbar-text-color: #ff;
+/* Background color for subnavigation and various headers */
+--subnav-background-color: #dee3e9;
+/* Background and text colors for selected tabs and navigation items */
+--selected-background-color: #f8981d;
+--selected-text-color: #253441;
+--selected-link-color: #1f389c;
+/* Background colors for generated tables */
+--even-row-color: #ff;
+--odd-row-color: #ef;
+/* Text color for page title */
+--title-color: #2c4557;
+/* Text colors for links */
+--link-color: #4A6782;
+--link-color-active: #bb7a2a;
+/* Snippet colors */
+--snippet-background-color: #ebecee;
+--snippet-text-color: var(--block-text-color);
+--snippet-highlight-color: #f7c590;
+/* Border colors for structural elements and user defined tables */
+--border-color: #ededed;
+--table-border-color: #00;
+/* Search input colors */
+--search-input-background-color: #ff;
+--search-input-text-color: #00;
+--search-input-placeholder-color: #909090;
+/* Highlight color for active search tag target */
+--search-tag-highlight-color: #00;
+/* Adjustments for icon and active background colors of copy-to-clipboard 
buttons */
+--copy-icon-brightness: 100%;
+--copy-button-background-color-active: rgba(168, 168, 176, 0.3);
+/* Colors for invalid tag notifications */
+--invalid-tag-background-color: #ffe6e6;
+--invalid-tag-text-color: #00;
+/* Navigation bar dimensions */
+--top-nav-height: 44px;
+--sub-nav-height: 34px;
+--nav-height: calc(var(--top-nav-height) + var(--sub-nav-height));
+scroll-behavior: smooth;
+}
+/*
+ * Styles for individual HTML elements.
+ *
+ * These are styles that are specific to individual HTML elements. Changing 
them affects the style of a particular
+ * HTML element throughout the page.
+ */
+body {
+background-color:var(--body-background-color);
+color:var(--body-text-color);
+font-family:var(--body-font-family);
+font-size:var(--body-font-size);
+margin:0;
+padding:0;
+height:100%;
+width:100%;
+}
+main [id] {
+scroll-margin-top: calc(var(--nav-height) + 6px);
+}
+a:link, a:visited {
+text-decoration:none;
+color:var(--link-color);
+}
+a[href]:hover, a[href]:active {
+text-decoration:none;
+color:var(--link-color-active);
+}
+pre {
+font-family:var(--code-font-family);
+font-size:var(--code-font-size);
+}
+h1 {
+font-size:1.428em;
+}
+h2 {
+font-size:1.285em;
+}
+h3 {
+font-size:1.14em;
+}
+h4 {
+font-size:1.072em;
+}
+h5 {
+font-size:1.001em;
+}
+h6 {
+font-size:0.93em;
+}
+/* Disable font boosting for selected elements */
+h1, h2, h3, h4, h5, h6, div.member-signature {
+max-height: 1000em;
+}
+ul {
+list-style-type:disc;
+}
+code, tt {
+font-family:var(--code-font-family);
+}
+:not(h1, h2, h3, h4, h5, h6) > code,
+:not(h1, h2, h3, h4, h5, h6) > tt {
+font-size:var(--code-font-size);
+line-height:1.4em;
+}
+dt code {
+font-family:var(--code-font-family);
+

svn commit: r1924970 [26/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Propchange: tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/glass.png
--
svn:mime-type = image/png

Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/jquery-ui.min.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/jquery-ui.min.css?rev=1924970&view=auto
==
--- tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/jquery-ui.min.css 
(added)
+++ tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/jquery-ui.min.css 
Wed Apr  9 19:29:19 2025
@@ -0,0 +1,6 @@
+/*! jQuery UI - v1.13.2 - 2023-02-27
+* http://jqueryui.com
+* Includes: core.css, autocomplete.css, menu.css
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
+
+.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0
 0 0 
0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-9px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;
 padding:0;margin:0;display:block;outline:0}.ui-menu 
.ui-menu{position:absolute}.ui-menu 
.ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAP///yH5BAEALAABAAEAAAIBRAA7")}.ui-menu
 .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu 
.ui-menu-divider{margin:5px 
0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu 
.ui-state-focus,.ui-menu 
.ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons 
.ui-menu-item-wrapper{padding-left:2em}.ui-menu 
.ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu 
.ui-menu-icon{left:auto;right:0}
\ No newline at end of file

Added: tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/link.svg
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/link.svg?rev=1924970&view=auto
==
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/link.svg
--
svn:mime-type = image/svg+xml

Added: tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/stylesheet.css?rev=1924970&view=auto
==
--- tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/stylesheet.css 
(added)
+++ tomcat/site/trunk/docs/tomcat-9.0-doc/api/resource-files/stylesheet.css Wed 
Apr  9 19:29:19 2025
@@ -0,0 +1,1461 @@
+/*
+ * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Licensed under the Universal Permissive License v 1.0 as shown at 
https://oss.oracle.com/licenses/upl/
+ */
+
+/*
+ * Javadoc style sheet
+ */
+
+@import url('fonts/dejavu.css');
+
+/*
+ * These CSS custom properties (variables) define the core color and font
+ * properties used in this stylesheet.
+ */
+:root {
+/* body, block and code fonts */
+--body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+--block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, 
serif;
+--code-font-family: 'DejaVu Sans Mono', monospace;
+/* Base font sizes for body and code elements */
+--body-font-size: 14px;
+--block-font-size: 14px;
+--code-font-size: 14px;
+--nav-font-size: 13.2px;
+/* Line height for continuous text blocks */
+--block-line-height: 1.4em;
+/* Text colors for body and block elements */
+--body-text-color: #353833;
+--block-text-color: #474747;
+/* Background colors for various structural elements */
+--body-background-color: #ff;
+--section-background-color: #f8f8f8;
+--detail-background-color: #ff;
+/* Colors for navigation bar and table captions */
+--navbar-background-color: #4D7A97;
+--navbar-text-color: #ff;
+/* Ba

svn commit: r1924970 [27/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/fonts/dejavu.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/fonts/dejavu.css?rev=1924970&view=auto
==
--- tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/fonts/dejavu.css 
(added)
+++ tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/fonts/dejavu.css 
Wed Apr  9 19:29:19 2025
@@ -0,0 +1,104 @@
+/*
+ * Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Licensed under the Universal Permissive License v 1.0 as shown at 
https://oss.oracle.com/licenses/upl/
+ */
+
+/* DejaVu fonts v2.37 */
+
+@font-face {
+  font-family: 'DejaVu Sans Mono';
+  src: url('DejaVuLGCSansMono.woff2') format('woff2'),
+   url('DejaVuLGCSansMono.woff') format('woff');
+  font-weight: normal;
+  font-style: normal;
+}
+
+@font-face {
+  font-family: 'DejaVu Sans Mono';
+  src: url('DejaVuLGCSansMono-Oblique.woff2') format('woff2'),
+   url('DejaVuLGCSansMono-Oblique.woff') format('woff');
+  font-weight: normal;
+  font-style: italic;
+}
+
+@font-face {
+  font-family: 'DejaVu Sans Mono';
+  src: url('DejaVuLGCSansMono-Bold.woff2') format('woff2'),
+   url('DejaVuLGCSansMono-Bold.woff') format('woff');
+  font-weight: bold;
+  font-style: normal;
+}
+
+@font-face {
+  font-family: 'DejaVu Sans Mono';
+  src: url('DejaVuLGCSansMono-BoldOblique.woff2') format('woff2'),
+   url('DejaVuLGCSansMono-BoldOblique.woff') format('woff');
+  font-weight: bold;
+  font-style: italic;
+}
+
+@font-face {
+  font-family: 'DejaVu Sans';
+  src: url('DejaVuLGCSans.woff2') format('woff2'),
+   url('DejaVuLGCSans.woff') format('woff');
+  font-weight: normal;
+  font-style: normal;
+}
+
+@font-face {
+  font-family: 'DejaVu Sans';
+  src: url('DejaVuLGCSans-Oblique.woff2') format('woff2'),
+   url('DejaVuLGCSans-Oblique.woff') format('woff');
+  font-weight: normal;
+  font-style: italic;
+}
+
+@font-face {
+  font-family: 'DejaVu Sans';
+  src: url('DejaVuLGCSans-Bold.woff2') format('woff2'),
+   url('DejaVuLGCSans-Bold.woff') format('woff');
+  font-weight: bold;
+  font-style: normal;
+}
+
+@font-face {
+  font-family: 'DejaVu Sans';
+  src: url('DejaVuLGCSans-BoldOblique.woff2') format('woff2'),
+   url('DejaVuLGCSans-BoldOblique.woff') format('woff');
+  font-weight: bold;
+  font-style: italic;
+}
+
+@font-face {
+  font-family: 'DejaVu Serif';
+  src: url('DejaVuLGCSerif.woff2') format('woff2'),
+   url('DejaVuLGCSerif.woff') format('woff');
+  font-weight: normal;
+  font-style: normal;
+}
+
+@font-face {
+  font-family: 'DejaVu Serif';
+  src: url('DejaVuLGCSerif-Italic.woff2') format('woff2'),
+   url('DejaVuLGCSerif-Italic.woff') format('woff');
+  font-weight: normal;
+  font-style: italic;
+}
+
+@font-face {
+  font-family: 'DejaVu Serif';
+  src: url('DejaVuLGCSerif-Bold.woff2') format('woff2'),
+   url('DejaVuLGCSerif-Bold.woff') format('woff');
+  font-weight: bold;
+  font-style: normal;
+}
+
+@font-face {
+  font-family: 'DejaVu Serif';
+  src: url('DejaVuLGCSerif-BoldItalic.woff2') format('woff2'),
+   url('DejaVuLGCSerif-BoldItalic.woff') format('woff');
+  font-weight: bold;
+  font-style: italic;
+}

Added: tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/glass.png
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/glass.png?rev=1924970&view=auto
==
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/glass.png
--
svn:mime-type = image/png

Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/jquery-ui.min.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/jquery-ui.min.css?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/jquery-ui.min.css 
(added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/elapi/resource-files/jquery-ui.min.css 
Wed Apr  9 19:29:19 2025
@@ -0,0 +1,6 @@
+/*! jQuery UI - v1.13.2 - 2023-02-27
+* http://jqueryui.com
+* Includes: core.css, autocomplete.css, menu.css
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
+
+.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0
 0 0 
0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clear

svn commit: r1924970 [30/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/resource-files/stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/resource-files/stylesheet.css?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/resource-files/stylesheet.css 
(added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/servletapi/resource-files/stylesheet.css 
Wed Apr  9 19:29:19 2025
@@ -0,0 +1,1461 @@
+/*
+ * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Licensed under the Universal Permissive License v 1.0 as shown at 
https://oss.oracle.com/licenses/upl/
+ */
+
+/*
+ * Javadoc style sheet
+ */
+
+@import url('fonts/dejavu.css');
+
+/*
+ * These CSS custom properties (variables) define the core color and font
+ * properties used in this stylesheet.
+ */
+:root {
+/* body, block and code fonts */
+--body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+--block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, 
serif;
+--code-font-family: 'DejaVu Sans Mono', monospace;
+/* Base font sizes for body and code elements */
+--body-font-size: 14px;
+--block-font-size: 14px;
+--code-font-size: 14px;
+--nav-font-size: 13.2px;
+/* Line height for continuous text blocks */
+--block-line-height: 1.4em;
+/* Text colors for body and block elements */
+--body-text-color: #353833;
+--block-text-color: #474747;
+/* Background colors for various structural elements */
+--body-background-color: #ff;
+--section-background-color: #f8f8f8;
+--detail-background-color: #ff;
+/* Colors for navigation bar and table captions */
+--navbar-background-color: #4D7A97;
+--navbar-text-color: #ff;
+/* Background color for subnavigation and various headers */
+--subnav-background-color: #dee3e9;
+/* Background and text colors for selected tabs and navigation items */
+--selected-background-color: #f8981d;
+--selected-text-color: #253441;
+--selected-link-color: #1f389c;
+/* Background colors for generated tables */
+--even-row-color: #ff;
+--odd-row-color: #ef;
+/* Text color for page title */
+--title-color: #2c4557;
+/* Text colors for links */
+--link-color: #4A6782;
+--link-color-active: #bb7a2a;
+/* Snippet colors */
+--snippet-background-color: #ebecee;
+--snippet-text-color: var(--block-text-color);
+--snippet-highlight-color: #f7c590;
+/* Border colors for structural elements and user defined tables */
+--border-color: #ededed;
+--table-border-color: #00;
+/* Search input colors */
+--search-input-background-color: #ff;
+--search-input-text-color: #00;
+--search-input-placeholder-color: #909090;
+/* Highlight color for active search tag target */
+--search-tag-highlight-color: #00;
+/* Adjustments for icon and active background colors of copy-to-clipboard 
buttons */
+--copy-icon-brightness: 100%;
+--copy-button-background-color-active: rgba(168, 168, 176, 0.3);
+/* Colors for invalid tag notifications */
+--invalid-tag-background-color: #ffe6e6;
+--invalid-tag-text-color: #00;
+/* Navigation bar dimensions */
+--top-nav-height: 44px;
+--sub-nav-height: 34px;
+--nav-height: calc(var(--top-nav-height) + var(--sub-nav-height));
+scroll-behavior: smooth;
+}
+/*
+ * Styles for individual HTML elements.
+ *
+ * These are styles that are specific to individual HTML elements. Changing 
them affects the style of a particular
+ * HTML element throughout the page.
+ */
+body {
+background-color:var(--body-background-color);
+color:var(--body-text-color);
+font-family:var(--body-font-family);
+font-size:var(--body-font-size);
+margin:0;
+padding:0;
+height:100%;
+width:100%;
+}
+main [id] {
+scroll-margin-top: calc(var(--nav-height) + 6px);
+}
+a:link, a:visited {
+text-decoration:none;
+color:var(--link-color);
+}
+a[href]:hover, a[href]:active {
+text-decoration:none;
+color:var(--link-color-active);
+}
+pre {
+font-family:var(--code-font-family);
+font-size:var(--code-font-size);
+}
+h1 {
+font-size:1.428em;
+}
+h2 {
+font-size:1.285em;
+}
+h3 {
+font-size:1.14em;
+}
+h4 {
+font-size:1.072em;
+}
+h5 {
+font-size:1.001em;
+}
+h6 {
+font-size:0.93em;
+}
+/* Disable font boosting for selected elements */
+h1, h2, h3, h4, h5, h6, div.member-signature {
+max-height: 1000em;
+}
+ul {
+list-style-type:disc;
+}
+code, tt {
+font-family:var(--code-font-family);
+}
+:not(h1, h2, h3, h4, h5, h6) > code,
+:not(h1, h2, h3, h4, h5, h6) > tt {
+font-size:var(--code-font-size);
+line-height:1.4em;
+}
+dt code {
+font-family:var(--code-f

svn commit: r1924970 [24/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ParserController.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ParserController.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ParserController.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/ParserController.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,292 @@
+
+
+
+
+ParserController (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+ParserController
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Field Summary
+Method Summary
+Method Details
+
+getJspCompilationContext()
+getCompiler()
+parse(String)
+parseDirectives(String)
+parse(String, Node, Jar)
+parseTagFileDirectives(String, Jar)
+
+
+
+
+
+
+
+Class ParserController
+
+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
+org.apache.jasper.compiler.ParserController
+
+
+
+
+All Implemented Interfaces:
+TagConstants
+
+
+public class ParserController
+extends 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
+implements TagConstants
+Controller for the parsing of a JSP page.
+ 
+ The same ParserController instance is used for a JSP page and any JSP 
segments included by it (via an include
+ directive), where each segment may be provided in standard or XML syntax. 
This class selects and invokes the
+ appropriate parser for the JSP page and its included segments.
+
+Author:
+Pierre Delisle, Jan Luehe
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields 
inherited from interface org.apache.jasper.compiler.TagConstants
+ATTRIBUTE_ACTION, ATTRIBUTE_DIRECTIVE_ACTION,
 BODY_ACTION, DECLARATION_ACTION, DIRECTIVE_ACTION, DOBODY_ACTION, ELEMENT_ACTION, EXPRESSION_ACTION, FALLBACK_ACTION, FORWARD_ACTION, GET_PROPERTY_ACTION, INCLUDE_ACTION, INCLUDE_DIRECTIVE_ACTION, 
INVOKE_ACTION, JSP_ATTRIBUTE_ACTION, JSP_ATTRIBUTE_DIRECTIVE_ACTION,
 JSP_BODY_ACTION, JSP_DECLARATION_ACTION, JSP_DOBODY_ACTION, JSP_ELEMENT_ACTION, JSP_EXPRESSION_ACTION, JSP_FALLBACK_ACTION, JSP_FORWARD_ACTION, JSP_GET_PROPERTY_ACTION, 
JSP_INCLUDE_ACTION, JSP_INCLUDE_DIRECTIVE_ACTION,
 JSP_INVOKE_ACTION, JSP_O
 UTPUT_ACTION, JSP_PAGE_DIRECTIVE_ACTION,
 JSP_PARAM_ACTION, JSP_PARAMS_ACTION, JSP_PLUGIN_ACTION, JSP_ROOT_ACTION, JSP_SCRIPTLET_ACTION, JSP_SET_PROPERTY_ACTION, 
JSP_TAG_DIRECTIVE_ACTION, 
JSP_TAGLIB_DIRECTIVE_ACTION,
 JSP_TEXT_ACTION, JSP_TEXT_ACTION_END, JSP_URI, JSP_USE_BEAN_ACTION, JSP_VARIABLE_DIRECTIVE_ACTION, OUTPUT_ACTION, PAGE_DIRECTIVE_ACTION, PARAM_ACTION, PARAMS_ACTION, PLUGIN_ACTION, ROOT_ACTION, SCRIPTLET_ACTION, SET_PROPERTY_ACTION, TAG_DIRECTIVE_ACTION, TAGLIB_DIRECTIVE_ACTION, 
TEXT_ACTION, URN_JSPTAGDIR, URN_JSPTLD, USE_BEAN_ACTION, VARIABLE_DIRECTIVE_ACTION
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+Compiler
+getCompiler()
+ 
+JspCompilationContext
+getJspCompilationContext()
+ 
+Node.Nodes
+parse(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 inFileName)
+
+Parses a JSP page or tag file.
+
+Node.Nodes
+parse(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 inFileName,
+ Node parent,
+ Jar jar)
+
+Processes an include directive with the given path.
+
+Node.Nodes
+parseDirectives(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 inFileName)
+
+Parses the directives of a JSP page or tag file.
+
+Node.Nodes
+parseTagFileDirectives(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 inFileName,
+ Jar jar)
+
+Extracts tag file directive information from the given tag 
file.
+
+
+
+
+
+Methods inherited from 
class java.lang.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
+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, https://d

svn commit: r1924970 [21/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Visitor.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Visitor.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Visitor.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/jasper/compiler/Node.Visitor.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,783 @@
+
+
+
+
+Node.Visitor (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.jasper.compiler
+Node
+Visitor
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Constructor Summary
+Method Summary
+Constructor Details
+
+Visitor()
+
+
+Method Details
+
+doVisit(Node)
+visitBody(Node)
+visit(Node.Root)
+visit(Node.JspRoot)
+visit(Node.PageDirective)
+visit(Node.TagDirective)
+visit(Node.IncludeDirective)
+visit(Node.TaglibDirective)
+visit(Node.AttributeDirective)
+visit(Node.VariableDirective)
+visit(Node.Comment)
+visit(Node.Declaration)
+visit(Node.Expression)
+visit(Node.Scriptlet)
+visit(Node.ELExpression)
+visit(Node.IncludeAction)
+visit(Node.ForwardAction)
+visit(Node.GetProperty)
+visit(Node.SetProperty)
+visit(Node.ParamAction)
+visit(Node.ParamsAction)
+visit(Node.FallBackAction)
+visit(Node.UseBean)
+visit(Node.PlugIn)
+visit(Node.CustomTag)
+visit(Node.UninterpretedTag)
+visit(Node.JspElement)
+visit(Node.JspText)
+visit(Node.NamedAttribute)
+visit(Node.JspBody)
+visit(Node.InvokeAction)
+visit(Node.DoBodyAction)
+visit(Node.TemplateText)
+visit(Node.JspOutput)
+visit(Node.AttributeGenerator)
+
+
+
+
+
+
+
+Class Node.Visitor
+
+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
+org.apache.jasper.compiler.Node.Visitor
+
+
+
+
+Enclosing class:
+Node
+
+
+public static class 
Node.Visitor
+extends 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 visitor class for visiting the node. This class also 
provides the default action (i.e. nop) for each of the
+ child class of the Node. An actual visitor should extend this class and 
supply the visit method for the nodes
+ that it cares.
+
+Author:
+Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+Constructor
+Description
+Visitor()
+ 
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+protected 
void
+doVisit(Node n)
+
+This method provides a place to put actions that are common 
to all nodes.
+
+void
+visit(Node.AttributeDirective n)
+ 
+void
+visit(Node.AttributeGenerator n)
+ 
+void
+visit(Node.Comment n)
+ 
+void
+visit(Node.CustomTag n)
+ 
+void
+visit(Node.Declaration n)
+ 
+void
+visit(Node.DoBodyAction n)
+ 
+void
+visit(Node.ELExpression n)
+ 
+void
+visit(Node.Expression n)
+ 
+void
+visit(Node.FallBackAction n)
+ 
+void
+visit(Node.ForwardAction n)
+ 
+void
+visit(Node.GetProperty n)
+ 
+void
+visit(Node.IncludeAction n)
+ 
+void
+visit(Node.IncludeDirective n)
+ 
+void
+visit(Node.InvokeAction n)
+ 
+void
+visit(Node.JspBody n)
+ 
+void
+visit(Node.JspElement n)
+ 
+void
+visit(Node.JspOutput n)
+ 
+void
+visit(Node.JspRoot n)
+ 
+void
+visit(Node.JspText n)
+ 
+void
+visit(Node.NamedAttribute n)
+ 
+void
+visit(Node.PageDirective n)
+ 
+void
+visit(Node.ParamAction n)
+ 
+void
+visit(Node.ParamsAction n)
+ 
+void
+visit(Node.PlugIn n)
+ 
+void
+visit(Node.Root n)
+ 
+void
+visit(Node.Scriptlet n)
+ 
+void
+visit(Node.SetProperty n)
+ 
+void
+visit(Node.TagDirective n)
+ 
+void
+visit(Node.TaglibDirective n)
+ 
+void
+visit(Node.TemplateText n)
+ 
+void
+visit(Node.UninterpretedTag n)
+ 
+void
+visit(Node.UseBean n)
+ 
+void
+visit(Node.VariableDirective n)
+ 
+protected 
void
+visitBody(Node n)
+
+Visit the body of a node, using the current visitor
+
+
+
+
+
+Methods inherited from 
class java.lang.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
+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, 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, https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/

svn commit: r1924970 [25/31] - in /tomcat/site/trunk/docs/tomcat-9.0-doc: annotationapi/ annotationapi/legal/ annotationapi/resource-files/ annotationapi/resource-files/fonts/ annotationapi/script-fil

2025-04-09 Thread remm
Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/buf/StringCache.CharEntry.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/buf/StringCache.CharEntry.html?rev=1924970&view=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/buf/StringCache.CharEntry.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/buf/StringCache.CharEntry.html
 Wed Apr  9 19:29:19 2025
@@ -0,0 +1,224 @@
+
+
+
+
+StringCache.CharEntry (Apache Tomcat 9.0.104 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+const pathtoroot = "../../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+   
+Skip navigation links
+
+Overview
+Class
+Tree
+Deprecated
+Index
+Search
+Help
+
+Apache Tomcat® 9.0.104
+
+
+
+
+
+org.apache.tomcat.util.buf
+StringCache
+CharEntry
+
+
+
+
+
+
+
+
+
+
+
+
+Contents 
+
+
+
+Hide 
sidebar ❮❯ Show sidebar
+
+Description
+Constructor Summary
+Method Summary
+Constructor Details
+
+CharEntry()
+
+
+Method Details
+
+toString()
+hashCode()
+equals(Object)
+
+
+
+
+
+
+
+Class 
StringCache.CharEntry
+
+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
+org.apache.tomcat.util.buf.StringCache.CharEntry
+
+
+
+
+Enclosing class:
+StringCache
+
+
+protected static class 
StringCache.CharEntry
+extends 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
+
+Author:
+Remy Maucherat
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+Modifier
+Constructor
+Description
+protected 
+CharEntry()
+ 
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsConcrete 
Methods
+
+
+Modifier and Type
+Method
+Description
+boolean
+equals(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 obj)
+ 
+int
+hashCode()
+ 
+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
+toString()
+ 
+
+
+
+
+Methods inherited from 
class java.lang.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
+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, 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, 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, https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()"
 title="class or interface in java.lang" class="external-link">notify, 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, 
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, 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, 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
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+CharEntry
+
+protected CharEntry()
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+toString
+
+public 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 toString()
+
+Overrides:
+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 in class 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
+
+
+
+
+
+
+hashCode
+
+public int hashCode()
+
+Overrides:
+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 in class 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
+
+
+
+
+
+
+equals
+
+public boolean equals(https

[ANN] Apache Tomcat 9.0.104 available

2025-04-09 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.104.

Apache Tomcat 9 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.

Apache Tomcat 9.0.104 is a bugfix and feature release. The notable
changes compared to 9.0.102 include:

- Remove the requirement that an MD5 implementation must be provided
   by JRE.

- Improve the handling of %nn URL encoding in the RewriteValve.

- Various improvements to the JsonErrorReportValve.

- Simplify build process by requiring Java 22 or newer for the release package.

Along with lots of other bug fixes and improvements.

Please refer to the change log for the complete list of changes:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html

Downloads:
https://tomcat.apache.org/download-90.cgi

Migration guides from Apache Tomcat 7.x and 8.x:
https://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

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



(tomcat) 02/02: Add changelog entry

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 1e71037767d3df72b4e8cf0521e0dd0bcf69f557
Author: Christopher Schultz 
AuthorDate: Wed Apr 9 09:56:16 2025 -0400

Add changelog entry
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index d3fe3749af..414e31d869 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -110,6 +110,10 @@
   
 Update Jacoco to 0.8.13. (remm)
   
+  
+Explicitly set the locale to be used for Javadoc. For official 
releases,
+this locale will be English (US) to support reproducible builds.
+  
 
   
 


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



Generation javadoc in a specific locale

2025-04-09 Thread Christopher Schultz

All,

I've been looking into how javadoc chooses the locale for the generated 
documentation so that release builds are more reproducible.


A problem has been reported against Java 11-12, with Java 8 claimed to 
be working and a fix claimed in Java 15, where the -locale switch for 
the javadoc tool would use the LANG environment variable in preference 
to -locale which was very surprising.


https://bugs.openjdk.org/browse/JDK-8222793?focusedId=14315060&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel

I'm performing all of my testing using Java 17 and later, which should 
be well past the "fixed version".


First, using LANG=en_US.utf8, modifying the Tomcat build to include 
locale="de" in all calls to  and then invoking:


$ ant javadoc

With Java 23, this results in javadoc output whose interface is all in 
the German language. Note that the descriptions of all of the classes, 
methods, etc. are in English because that's how they are in the Java 
source files. This is exactly the behavior I would expect.


With Java 21, this results in javadoc output whose interface is all in 
the German language. Note that the descriptions of all of the classes, 
methods, etc. are in English because that's how they are in the Java 
source files.


With Java 17, this results in javadoc output whose interface is in 
English. The documents contain  which leads me to 
believe that Java 17 still has some vestiges of this bug present. I 
think perhaps it's because Java 17 does not include a German language 
bundle for javadoc? By specifying LANG=de and running Javadoc, I still 
do not get German text as expected.


I can't test with Java 8 because the current build, even when asked not 
to ignore the Java version, fails to build for javadoc for other reasons.


There is a workaround mentioned in the bug report which is to not only 
specify -locale but also -Duser.language and -Duser.country when 
invoking javadoc.


Below is a summary of all of the combinations of things I tried to get 
things working as expected (which is that a small number of properties 
specified in build.properties.default will control the javadoc 
language). The results are the same for all combinations whether adding 
the system property "workaround" from above.


I have added locale="${javadoc.locale}" to all  invocations in 
build.xml in main but never back-ported them. My commit 
b770297e6cd96220e253079aee26fa2ff5b85aeb included the workaround 
mentioned in this bug report, but my testing indicates that the 
workaround is no longer necessary in the Java versions that we use for 
releases.


I will therefore revert b770297e6cd96220e253079aee26fa2ff5b85aeb and 
back-port 3d58c3ac70beb21588b120d21ff5c075801ca31e.


I'm a little puzzled by the fact that Japanese never generated ANY 
Japanese text, while German seemed to work some of the time.


Details:


env.LANG=en
Java 17.0.14
javadoc.locale=en
javadoc.language=en
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=en
Java 17.0.14
javadoc.locale=de
javadoc.language=de
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=en
Java 17.0.14
javadoc.locale=jp
javadoc.language=jp
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=de
Java 17.0.14
javadoc.locale=en
javadoc.language=en
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=de
Java 17.0.14
javadoc.locale=de
javadoc.language=de
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=de
Java 17.0.14
javadoc.locale=jp
javadoc.language=jp
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=jp
Java 17.0.14
javadoc.locale=en
javadoc.language=en
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=jp
Java 17.0.14
javadoc.locale=de
javadoc.language=de
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=jp
Java 17.0.14
javadoc.locale=jp
javadoc.language=jp
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=en
Java 21.0.5
javadoc.locale=en
javadoc.language=en
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=en
Java 21.0.5
javadoc.locale=de
javadoc.language=de
javadoc.country=US

Überblick (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=en
Java 21.0.5
javadoc.locale=jp
javadoc.language=jp
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=de
Java 21.0.5
javadoc.locale=en
javadoc.language=en
javadoc.country=US

Overview (Apache Tomcat 10.1.41-dev API Documentation)


env.LANG=de
Java

svn commit: r76164 - /dev/tomcat/tomcat-9/v9.0.104/ /release/tomcat/tomcat-9/v9.0.104/

2025-04-09 Thread remm
Author: remm
Date: Wed Apr  9 18:49:06 2025
New Revision: 76164

Log:
Release Apache TOmcat 9.0.104

Added:
release/tomcat/tomcat-9/v9.0.104/
  - copied from r76163, dev/tomcat/tomcat-9/v9.0.104/
Removed:
dev/tomcat/tomcat-9/v9.0.104/


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



[VOTE][RESULT] Release Apache Tomcat 9.0.104

2025-04-09 Thread Rémy Maucherat
The following votes were cast:

Binding:
+1: markt, remm, rjung, dsoumis, schultz

The vote therefore passes.

Thanks to everyone who contributed to this release.

Rémy

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



[Bug 69633] Filters mapped to "" are not applied to empty string ("") special URL pattern

2025-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69633

Mark Thomas  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from Mark Thomas  ---
This is context root mapping not default mapping and I agree that context root
mapping support is (partially) missing for Filters. It will work for requests
to http:/// if you disable
mapperContextRootRedirectEnabled on the Context.

I have a fix for this that I have been testing with a simple web application
but I want to turn that into a standard test case before I commit anything.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1924968 - in /tomcat/site/trunk: ./ docs/ xdocs/

2025-04-09 Thread remm
Author: remm
Date: Wed Apr  9 19:14:36 2025
New Revision: 1924968

URL: http://svn.apache.org/viewvc?rev=1924968&view=rev
Log:
Site update for 9.0.104

Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/doap_Tomcat.rdf
tomcat/site/trunk/xdocs/download-90.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-9.xml
tomcat/site/trunk/xdocs/oldnews.xml
tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1924968&r1=1924967&r2=1924968&view=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed Apr  9 19:14:36 2025
@@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/
 
 
 # - Tomcat versions -
-tomcat9.0=9.0.102
+tomcat9.0=9.0.104
 tomcat10.1=10.1.40
 tomcat11.0=11.0.6
 

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1924968&r1=1924967&r2=1924968&view=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Wed Apr  9 19:14:36 2025
@@ -74,8 +74,8 @@
 
   
 Latest Stable 9.0.x Release
-2025-03-08
-9.0.102
+2025-04-09
+9.0.104
   
 
 

Modified: tomcat/site/trunk/docs/download-90.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1924968&r1=1924967&r2=1924968&view=diff
==
--- tomcat/site/trunk/docs/download-90.html (original)
+++ tomcat/site/trunk/docs/download-90.html Wed Apr  9 19:14:36 2025
@@ -10,7 +10,7 @@
 
   Quick Navigation
 
-[define v]9.0.102[end]
+[define v]9.0.104[end]
 https://downloads.apache.org/tomcat/tomcat-9/KEYS";>KEYS |
 [v] |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1924968&r1=1924967&r2=1924968&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Apr  9 19:14:36 2025
@@ -34,6 +34,28 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2025-04-09 Tomcat 9.0.104 Released
+
+The Apache Tomcat Project is proud to announce the release of version 9.0.104
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.102 include:
+
+Remove the requirement that an MD5 implementation must be provided
+   by JRE.
+Improve the handling of %nn URL encoding in the RewriteValve.
+Various improvements to the JsonErrorReportValve.
+Simplify build process by requiring Java 22 or newer for the release
+   package.
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 9
+changelog.
+
+
+
+https://tomcat.apache.org/download-90.cgi";>Download
+
 2025-04-09 Tomcat 11.0.6 Released
 
 The Apache Tomcat Project is proud to announce the release of version 11.0.6
@@ -95,30 +117,6 @@ changelog.
 
 https://tomcat.apache.org/download-10.cgi";>Download
 
-2025-03-06 Tomcat 9.0.102 Released
-
-The Apache Tomcat Project is proud to announce the release of version 9.0.102
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.100 include:
-
-Improve the checks for exposure to and protection against
-   CVE-2024-56337 so that reflection is not used unless required. The
-   checks for whether the file system is case sensitive or not have been
-   removed.
-Use Transfer-Encoding for compression rather than Content-Encoding if
-   the client submits a TE header containing gzip.
-Add makensis as an option for building the Installer for Windows on
-   non-Windows platforms.
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 9
-changelog.
-
-
-
-https://tomcat.apache.org/download-90.cgi";>Download
-
 2025-01-21 Tomcat Migration Tool for Jakarta EE 1.0.9 
Released
 
 The Apache Tomcat Project is proud to announce the release of 1.0.9 of the

Modified: tomcat/site/trunk/docs/migration-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1924968&r1=1924967&r2=1924968&view=diff
==

svn commit: r1924969 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ annotat

2025-04-09 Thread remm
Author: remm
Date: Wed Apr  9 19:21:51 2025
New Revision: 1924969

URL: http://svn.apache.org/viewvc?rev=1924969&view=rev
Log:
Javadoc update for 9.0.104


[This commit notification would consist of 919 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



Buildbot failure in on tomcat-9.0.x

2025-04-09 Thread buildbot
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/1378
Blamelist: Christopher Schultz 
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 9.0.x] 1e71037767d3df72b4e8cf0521e0dd0bcf69f557


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  shell_6: 0

  compile: 1

  shell_7: 0

  shell_8: 0

  shell_9: 0

  shell_10: 0

  Rsync docs to nightlies.apache.org: 0

  shell_11: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 2

  shell_12: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


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



(tomcat) branch 11.0.x updated (17fe8b3f2f -> 5098aca8ca)

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


from 17fe8b3f2f Add release date for 11.0.6
 new 9a791fef52 Use explicit javadoc locale
 new 5098aca8ca Add changelog entry.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.properties.default   | 1 +
 build.xml  | 7 +++
 webapps/docs/changelog.xml | 4 
 3 files changed, 12 insertions(+)


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



(tomcat) 01/02: Use explicit javadoc locale

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 9a791fef5290442f897f9a7865f4934887654a02
Author: Christopher Schultz 
AuthorDate: Tue Feb 11 09:18:22 2025 -0500

Use explicit javadoc locale
---
 build.properties.default | 1 +
 build.xml| 7 +++
 2 files changed, 8 insertions(+)

diff --git a/build.properties.default b/build.properties.default
index d75dd9a573..10484587da 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -63,6 +63,7 @@ execute.spotbugs=false
 # works better for Tomcat.
 javadoc.failonerror=true
 javadoc.failonwarning=false
+javadoc.locale=en
 
 # - Test configuration -
 execute.test.nio=true
diff --git a/build.xml b/build.xml
index 6e0f311137..25a46fea28 100644
--- a/build.xml
+++ b/build.xml
@@ -2253,6 +2253,7 @@
   
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2278,6 +2279,7 @@
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2302,6 +2304,7 @@
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2326,6 +2329,7 @@
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2350,6 +2354,7 @@
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2374,6 +2379,7 @@
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2396,6 +2402,7 @@
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

(tomcat) 02/02: Add changelog entry.

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 5098aca8ca2bd4614eb95b929b213d4511eaa1cc
Author: Christopher Schultz 
AuthorDate: Wed Apr 9 09:53:30 2025 -0400

Add changelog entry.
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 2485337295..abaa23a01e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -122,6 +122,10 @@
   
 Update Jacoco to 0.8.13. (remm)
   
+  
+Explicitly set the locale to be used for Javadoc. For official 
releases,
+this locale will be English (US) to support reproducible builds. 
(schultz)
+  
 
   
 


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



(tomcat) 02/02: Add changelog entry.

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 1b3422acfe0578c5b033b67fa35d87167d9877c0
Author: Christopher Schultz 
AuthorDate: Wed Apr 9 09:53:30 2025 -0400

Add changelog entry.
---
 webapps/docs/changelog.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 60dca7b7fd..693e45684a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -130,6 +130,10 @@
   
 Update Jacoco to 0.8.13. (remm)
   
+  
+Explicitly set the locale to be used for Javadoc. For official 
releases,
+this locale will be English (US) to support reproducible builds. 
(schultz)
+  
 
   
 


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



(tomcat) branch 10.1.x updated (4c4c9a7d65 -> 1b3422acfe)

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


from 4c4c9a7d65 Regenerate with jextract
 new 34470f1ded Use explicit javadoc locale
 new 1b3422acfe Add changelog entry.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.properties.default   | 1 +
 build.xml  | 7 +++
 webapps/docs/changelog.xml | 4 
 3 files changed, 12 insertions(+)


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



(tomcat) 01/02: Use explicit javadoc locale

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 34470f1ded98a558db9712b7fba15f974c9232f3
Author: Christopher Schultz 
AuthorDate: Tue Feb 11 09:18:22 2025 -0500

Use explicit javadoc locale
---
 build.properties.default | 1 +
 build.xml| 7 +++
 2 files changed, 8 insertions(+)

diff --git a/build.properties.default b/build.properties.default
index 8e8bff9926..fbba4e6042 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -63,6 +63,7 @@ execute.spotbugs=false
 # works better for Tomcat.
 javadoc.failonerror=true
 javadoc.failonwarning=false
+javadoc.locale=en
 
 # - Test configuration -
 execute.test.nio=true
diff --git a/build.xml b/build.xml
index aa3f3e9b47..cce10d6d0b 100644
--- a/build.xml
+++ b/build.xml
@@ -2281,6 +2281,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
   
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2306,6 +2307,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2330,6 +2332,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2354,6 +2357,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2378,6 +2382,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2402,6 +2407,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2424,6 +2430,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

(tomcat) branch 9.0.x updated (9ea191407d -> 1e71037767)

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


from 9ea191407d Regenerate with jextract
 new 71448ca92f Use explicit javadoc locale
 new 1e71037767 Add changelog entry

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.properties.default   | 1 +
 build.xml  | 7 +++
 webapps/docs/changelog.xml | 4 
 3 files changed, 12 insertions(+)


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



(tomcat) 01/02: Use explicit javadoc locale

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 71448ca92f5c0aad0729a5933d1053ae2008
Author: Christopher Schultz 
AuthorDate: Tue Feb 11 09:18:22 2025 -0500

Use explicit javadoc locale
---
 build.properties.default | 1 +
 build.xml| 7 +++
 2 files changed, 8 insertions(+)

diff --git a/build.properties.default b/build.properties.default
index 0aa798a448..6afb712be6 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -63,6 +63,7 @@ execute.spotbugs=false
 # works better for Tomcat.
 javadoc.failonerror=true
 javadoc.failonwarning=false
+javadoc.locale=en
 
 # - Test configuration -
 execute.test.nio=true
diff --git a/build.xml b/build.xml
index a5c8de2a27..a6870eebc1 100644
--- a/build.xml
+++ b/build.xml
@@ -2275,6 +2275,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
   
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2300,6 +2301,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2324,6 +2326,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2348,6 +2351,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2372,6 +2376,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2396,6 +2401,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" @@ -2418,6 +2424,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation." + locale="${javadoc.locale}" encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

(tomcat) branch main updated: Revert "Work around javadoc bug to provide locale in two separate ways"

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
 new 81c2009ca5 Revert "Work around javadoc bug to provide locale in two 
separate ways"
81c2009ca5 is described below

commit 81c2009ca56520fbaed716677e5cb6b929b7b0e4
Author: Christopher Schultz 
AuthorDate: Wed Apr 9 09:47:57 2025 -0400

Revert "Work around javadoc bug to provide locale in two separate ways"

This reverts commit b770297e6cd96220e253079aee26fa2ff5b85aeb.

This workaround for javadoc locale is not necessary in any of the versions 
we currently use for releases.
---
 build.xml | 41 -
 1 file changed, 41 deletions(-)

diff --git a/build.xml b/build.xml
index ca0d2828bf..14400e858a 100644
--- a/build.xml
+++ b/build.xml
@@ -2241,33 +2241,6 @@
 
   
-
-
-  ${javadoc.locale}
-  
-
-  
-
-
-  ${javadoc.locale}
-  
-
-
-  
-
-
-
-
-
-
 
-  
-  
   
 
 
@@ -2316,8 +2287,6 @@
   maxmemory="512m"
   failonerror="${javadoc.failonerror}"
   failonwarning="${javadoc.failonwarning}">
-  
-  
   
 
 
@@ -2343,8 +2312,6 @@
   maxmemory="512m"
   failonerror="${javadoc.failonerror}"
   failonwarning="${javadoc.failonwarning}">
-  
-  
   
 
 
@@ -2370,8 +2337,6 @@
   maxmemory="512m"
   failonerror="${javadoc.failonerror}"
   failonwarning="${javadoc.failonwarning}">
-  
-  
   
 
 
@@ -2397,8 +2362,6 @@
   maxmemory="512m"
   failonerror="${javadoc.failonerror}"
   failonwarning="${javadoc.failonwarning}">
-  
-  
   
 
 
@@ -2423,8 +2386,6 @@
   maxmemory="512m"
   failonerror="${javadoc.failonerror}"
   failonwarning="${javadoc.failonwarning}">
-  
-  
   
 
 
@@ -2449,8 +2410,6 @@
   maxmemory="512m"
   failonerror="${javadoc.failonerror}"
   failonwarning="${javadoc.failonwarning}">
-  
-  
   
 
 


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



(tomcat) branch main updated: Revert "Javadoc locale should have both language AND country for official releases."

2025-04-09 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
 new c50e7844dc Revert "Javadoc locale should have both language AND 
country for official releases."
c50e7844dc is described below

commit c50e7844dc8dadd379b80a039ad06eaa52cba447
Author: Christopher Schultz 
AuthorDate: Wed Apr 9 09:49:14 2025 -0400

Revert "Javadoc locale should have both language AND country for official 
releases."

This reverts commit 9412c022fe1cd4736f1e8e8147f744d42cfd487d.
---
 build.properties.default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.properties.default b/build.properties.default
index a0d17cbbf7..2121741203 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -63,7 +63,7 @@ execute.spotbugs=false
 # works better for Tomcat.
 javadoc.failonerror=true
 javadoc.failonwarning=false
-javadoc.locale=en_US
+javadoc.locale=en
 
 # - Test configuration -
 execute.test.nio=true


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



[VOTE][RESULT] Release Apache Tomcat 11.0.6

2025-04-09 Thread Mark Thomas

The following votes were cast:

Binding:
+1: markt, remm, schultz, dsoumis, csutherl, ebourg, rjung

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to this release.

Mark



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



svn commit: r76156 - /dev/tomcat/tomcat-11/v11.0.6/ /release/tomcat/tomcat-11/v11.0.6/

2025-04-09 Thread markt
Author: markt
Date: Wed Apr  9 09:06:16 2025
New Revision: 76156

Log:
Release Apache Tomcat 11.0.6

Added:
release/tomcat/tomcat-11/v11.0.6/
  - copied from r76155, dev/tomcat/tomcat-11/v11.0.6/
Removed:
dev/tomcat/tomcat-11/v11.0.6/


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



svn commit: r1924959 - in /tomcat/site/trunk/docs/tomcat-11.0-doc: ./ annotationapi/ annotationapi/jakarta/annotation/ annotationapi/jakarta/annotation/security/ annotationapi/jakarta/annotation/sql/

2025-04-09 Thread markt
Author: markt
Date: Wed Apr  9 10:26:42 2025
New Revision: 1924959

URL: http://svn.apache.org/viewvc?rev=1924959&view=rev
Log:
Update docs for 11.0.6


[This commit notification would consist of 104 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r1924960 - in /tomcat/site/trunk: ./ docs/ xdocs/

2025-04-09 Thread markt
Author: markt
Date: Wed Apr  9 10:28:48 2025
New Revision: 1924960

URL: http://svn.apache.org/viewvc?rev=1924960&view=rev
Log:
Update site for 11.0.6 release

Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/download-11.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-11.0.xml
tomcat/site/trunk/xdocs/oldnews.xml
tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1924960&r1=1924959&r2=1924960&view=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed Apr  9 10:28:48 2025
@@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/
 # - Tomcat versions -
 tomcat9.0=9.0.102
 tomcat10.1=10.1.40
-tomcat11.0=11.0.5
+tomcat11.0=11.0.6
 
 # - Download destination -
 tomcat-site-docs.home=${base.path}/tomcat-site-docs/

Modified: tomcat/site/trunk/docs/download-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1924960&r1=1924959&r2=1924960&view=diff
==
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Wed Apr  9 10:28:48 2025
@@ -19,7 +19,7 @@
 
   Quick Navigation
 
-[define v]11.0.5[end]
+[define v]11.0.6[end]
 https://downloads.apache.org/tomcat/tomcat-11/KEYS";>KEYS |
 [v] |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1924960&r1=1924959&r2=1924960&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Apr  9 10:28:48 2025
@@ -34,6 +34,35 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2025-04-09 Tomcat 11.0.6 Released
+
+The Apache Tomcat Project is proud to announce the release of version 11.0.6
+of Apache Tomcat. This release implements specifications that are part of the
+Jakarta EE 11 platform.
+Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
+Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
+Foundation, the primary package for all implemented APIs has changed from
+javax.* to jakarta.*. This will almost certainly
+require code changes to enable applications to migrate from Tomcat 9 and 
earlier
+to Tomcat 10 and later. A
+https://github.com/apache/tomcat-jakartaee-migration";>migration
+tool is available to aid this process.
+The notable changes in this release are:
+
+  Remove the requirement that an MD5 implementation must be provided
+   by JRE.
+  Improve the handling of %nn URL encoding in the RewriteValve
+  Various improvements to the JsonErrorReportValve
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 11
+changelog.
+
+
+
+https://tomcat.apache.org/download-11.cgi";>Download
+
 2025-04-08 Tomcat 10.1.40 Released
 
 The Apache Tomcat Project is proud to announce the release of version 10.1.40
@@ -90,39 +119,6 @@ changelog.
 
 https://tomcat.apache.org/download-90.cgi";>Download
 
-2025-03-05 Tomcat 11.0.5 Released
-
-The Apache Tomcat Project is proud to announce the release of version 11.0.5
-of Apache Tomcat. This release implements specifications that are part of the
-Jakarta EE 11 platform.
-Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
-Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
-Foundation, the primary package for all implemented APIs has changed from
-javax.* to jakarta.*. This will almost certainly
-require code changes to enable applications to migrate from Tomcat 9 and 
earlier
-to Tomcat 10 and later. A
-https://github.com/apache/tomcat-jakartaee-migration";>migration
-tool is available to aid this process.
-The notable changes in this release are:
-
-Improve the checks for exposure to and protection against
-CVE-2024-56337 so that reflection is not used unless required. The
-checks for whether the file system is case sensitive or not have been
-removed.
-Use Transfer-Encoding for compression rather than Content-Encoding if
-the client submits a TE header containing gzip.
-Add makensis as an option for building the Installer for Windows on
-non-Windows platforms. 
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 11

(tomcat) branch 11.0.x updated: Add release date for 11.0.6

2025-04-09 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
 new 17fe8b3f2f Add release date for 11.0.6
17fe8b3f2f is described below

commit 17fe8b3f2fbd61c8e56dced060e4e1f0d8d403a4
Author: Mark Thomas 
AuthorDate: Wed Apr 9 11:34:53 2025 +0100

Add release date for 11.0.6
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 4af4d8b4cf..2485337295 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -125,7 +125,7 @@
 
   
 
-
+
   
 
   


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