public class RhythmicalContextConfig
extends org.apache.catalina.startup.ContextConfig
| 修飾子とタイプ | クラスと説明 |
|---|---|
protected class |
RhythmicalContextConfig.SelectableJarScanFilter |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
alreadyFirstLifecycle |
protected RhythmicalHandlingDef.AnnotationHandling |
annotationHandling |
protected RhythmicalHandlingDef.MetaInfoResourceHandling |
metaInfoResourceHandling |
protected Predicate<String> |
tldFilesSelector |
protected RhythmicalHandlingDef.TldHandling |
tldHandling |
protected RhythmicalHandlingDef.WebFragmentsHandling |
webFragmentsHandling |
protected Predicate<String> |
webFragmentsSelector |
| コンストラクタと説明 |
|---|
RhythmicalContextConfig(RhythmicalHandlingDef.AnnotationHandling annotationHandling,
RhythmicalHandlingDef.MetaInfoResourceHandling metaInfoResourceHandling,
RhythmicalHandlingDef.TldHandling tldHandling,
Predicate<String> tldFilesSelector,
RhythmicalHandlingDef.WebFragmentsHandling webFragmentsHandling,
Predicate<String> webFragmentsSelector) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected org.apache.tomcat.JarScanFilter |
createSelectableJarScanFilter(org.apache.tomcat.JarScanFilter existingFilter) |
protected org.apache.tomcat.JarScanner |
extractJarScanner() |
protected boolean |
isAnnotationHandlingDetect() |
protected boolean |
isAvailableServletContainerInitializers() |
protected boolean |
isJarScannerAdjustmentEnabled() |
protected boolean |
isMetaInfoResourceHandlingDetect() |
protected boolean |
isTldFilesSelectorEnabled() |
protected boolean |
isTldHandlingDetect() |
protected boolean |
isWebFragmentsHandlingDetect() |
protected boolean |
isWebFragmentsSelectorEnabled() |
void |
lifecycleEvent(org.apache.catalina.LifecycleEvent event) |
protected void |
processAnnotations(Set<org.apache.tomcat.util.descriptor.web.WebXml> fragments,
boolean handlesTypesOnly,
Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache) |
protected Map<String,org.apache.tomcat.util.descriptor.web.WebXml> |
processJarsForWebFragments(org.apache.tomcat.util.descriptor.web.WebXml application,
org.apache.tomcat.util.descriptor.web.WebXmlParser webXmlParser) |
protected void |
processResourceJARs(Set<org.apache.tomcat.util.descriptor.web.WebXml> fragments) |
protected void |
processServletContainerInitializers() |
protected void |
removeJettyInitializer() |
antiLocking, applicationAnnotationsConfig, authenticatorConfig, beforeStart, checkHandlesTypes, configureStart, configureStop, contextConfig, createContextDigester, createWebXml, destroy, fixDocBase, generateClassFooter, generateClassHeader, getConfigBasePath, getContextWebXmlSource, getContextXmlJavaSource, getContextXmlPackageName, getDefaultWebXml, getGenerateCode, getGeneratedCodeLocation, getGeneratedCodePackage, getGlobalWebXmlSource, getHostConfigBase, getHostWebXmlSource, getUseGeneratedCode, getWebXmlSource, init, processAnnotationsFile, processAnnotationsInParallel, processAnnotationsJar, processAnnotationsStream, processAnnotationsStringArray, processAnnotationsUrl, processAnnotationsWebResource, processAnnotationWebFilter, processAnnotationWebInitParams, processAnnotationWebServlet, processClass, processClasses, processContextConfig, setCustomAuthenticators, setDefaultWebXml, validateSecurityRoles, webConfigprotected final RhythmicalHandlingDef.AnnotationHandling annotationHandling
protected final RhythmicalHandlingDef.MetaInfoResourceHandling metaInfoResourceHandling
protected final RhythmicalHandlingDef.TldHandling tldHandling
protected final RhythmicalHandlingDef.WebFragmentsHandling webFragmentsHandling
protected boolean alreadyFirstLifecycle
public RhythmicalContextConfig(RhythmicalHandlingDef.AnnotationHandling annotationHandling, RhythmicalHandlingDef.MetaInfoResourceHandling metaInfoResourceHandling, RhythmicalHandlingDef.TldHandling tldHandling, Predicate<String> tldFilesSelector, RhythmicalHandlingDef.WebFragmentsHandling webFragmentsHandling, Predicate<String> webFragmentsSelector)
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
lifecycleEvent インタフェース内 org.apache.catalina.LifecycleListenerlifecycleEvent クラス内 org.apache.catalina.startup.ContextConfigprotected boolean isJarScannerAdjustmentEnabled()
protected org.apache.tomcat.JarScanner extractJarScanner()
protected org.apache.tomcat.JarScanFilter createSelectableJarScanFilter(org.apache.tomcat.JarScanFilter existingFilter)
protected Map<String,org.apache.tomcat.util.descriptor.web.WebXml> processJarsForWebFragments(org.apache.tomcat.util.descriptor.web.WebXml application, org.apache.tomcat.util.descriptor.web.WebXmlParser webXmlParser)
processJarsForWebFragments クラス内 org.apache.catalina.startup.ContextConfigprotected void processServletContainerInitializers()
processServletContainerInitializers クラス内 org.apache.catalina.startup.ContextConfigprotected boolean isAvailableServletContainerInitializers()
protected void removeJettyInitializer()
protected void processAnnotations(Set<org.apache.tomcat.util.descriptor.web.WebXml> fragments, boolean handlesTypesOnly, Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache)
processAnnotations クラス内 org.apache.catalina.startup.ContextConfigprotected void processResourceJARs(Set<org.apache.tomcat.util.descriptor.web.WebXml> fragments)
processResourceJARs クラス内 org.apache.catalina.startup.ContextConfigprotected boolean isAnnotationHandlingDetect()
protected boolean isMetaInfoResourceHandlingDetect()
protected boolean isTldHandlingDetect()
protected boolean isTldFilesSelectorEnabled()
protected boolean isWebFragmentsHandlingDetect()
protected boolean isWebFragmentsSelectorEnabled()
Copyright © 2015–2023 The DBFlute Project. All rights reserved.