ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/architecture/startup/7_catalina_context_config.plantuml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/docs/architecture/startup/7_catalina_context_config.plantuml
Status
scanned
Type
file
Name
7_catalina_context_config.plantuml
Extension
.plantuml
Programming language

      
    
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
2762 (2.7 KB)
MD5
f244319239b5427d0c0a5f929ae7cbea
SHA1
8c25d8ea738deb77038de645bcd45d40a11e888b
SHA256
a75c66da8c787f996d190bbccb770f4e4bd2047ffc97dd5a7bc9f96d1653f4c1
SHA512

      
    
SHA1_git
e4eaf18e5de099ad9ba22944174ac04586c0b528
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
7_catalina_context_config.plantuml | 2.7 KB |

@startuml ' Licensed to the Apache Software Foundation (ASF) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' The ASF licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. hide footbox skinparam style strictuml activate Context == BEFORE_START_EVENT == Context -> ContextConfig ++:lifecycleEvent(BEFORE_START_EVENT) ContextConfig -> ContextConfig ++: beforeStart() ContextConfig -> ContextConfig: fixDocBase() ContextConfig -> ContextConfig: antiLocking() return return == CONFIGURE_START_EVENT == Context -> ContextConfig ++:lifecycleEvent(CONFIGURE_START_EVENT) ContextConfig -> ContextConfig ++: configureStart() ContextConfig -> ContextConfig ++: webConfig() ContextConfig --> WebXmlParser ** ContextConfig -> ContextConfig ++: getDefaultWebXmlFragment() ContextConfig -> WebXmlParser ++: parseWebXml(defaultWebXml) return return ContextConfig -> ContextConfig ++: getTomcatWebXmlFragment() ContextConfig -> WebXmlParser ++: parseWebXml(tomcatWebXml) return return ContextConfig --> WebXml ** ContextConfig -> WebXmlParser ++: parseWebXml(contextWebXml) WebXmlParser -> WebXml ++ return return ContextConfig -> ContextConfig: processJarsForWebFragments() ContextConfig -> ContextConfig: processServletContainerInitializers() ContextConfig -> ContextConfig: processClasses() ContextConfig -> WebXml ++: merge(orderedFragments) return ContextConfig -> WebXml ++: merge(tomcatWebXml) return ContextConfig -> WebXml ++: merge(defaultWebXml) return ContextConfig -> ContextConfig: convertJsps() ContextConfig -> ContextConfig: configureContext() ContextConfig -> ContextConfig: processResourceJARs() return ||| ContextConfig -> ContextConfig: applicationAnnotationsConfig() ContextConfig -> ContextConfig: validateSecurityRoles() ContextConfig -> ContextConfig: authenticatorConfig() return destroy WebXmlParser destroy WebXml return == AFTER_START_EVENT == Context -> ContextConfig ++:lifecycleEvent(AFTER_START_EVENT) ContextConfig -> Context ++:setDocBase(originalDocBase) return return @enduml
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
46.3
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10