public class RhythmicalTomcat
extends org.apache.catalina.startup.Tomcat
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected AccessLogOption |
accessLogOption |
protected RhythmicalHandlingDef.AnnotationHandling |
annotationHandling |
protected BootLogger |
bootLogger |
protected LikeItCatalinaSetupper |
likeitCatalinaSetupper |
protected RhythmicalHandlingDef.MetaInfoResourceHandling |
metaInfoResourceHandling |
protected Predicate<String> |
tldFilesSelector |
protected RhythmicalHandlingDef.TldHandling |
tldHandling |
protected RhythmicalHandlingDef.WebFragmentsHandling |
webFragmentsHandling |
protected Predicate<String> |
webFragmentsSelector |
protected YourValveOption |
yourValveOption |
| コンストラクタと説明 |
|---|
RhythmicalTomcat(BootLogger bootLogger,
RhythmicalHandlingDef.AnnotationHandling annotationHandling,
RhythmicalHandlingDef.MetaInfoResourceHandling metaInfoResourceHandling,
RhythmicalHandlingDef.TldHandling tldHandling,
Predicate<String> tldFilesSelector,
RhythmicalHandlingDef.WebFragmentsHandling webFragmentsHandling,
Predicate<String> webFragmentsSelector,
AccessLogOption accessLogOption,
YourValveOption yourValveOption,
LikeItCatalinaSetupper likeitCatalinaSetupper) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.catalina.Context |
addWebapp(org.apache.catalina.Host host,
String contextPath,
String docBase) |
org.apache.catalina.Context |
addWebapp(org.apache.catalina.Host host,
String contextPath,
String docBase,
org.apache.catalina.LifecycleListener config) |
protected org.apache.catalina.Context |
createContext(org.apache.catalina.Host host,
String url) |
protected org.apache.catalina.startup.ContextConfig |
createContextConfig() |
protected void |
doDefaultWebXmlLifecycleEvent(org.apache.catalina.LifecycleEvent event) |
protected boolean |
existsJspServlet() |
protected void |
initWebappDefaultsWithoutJsp(org.apache.catalina.Context ctx) |
protected org.apache.catalina.startup.Tomcat.DefaultWebXmlListener |
newDefaultWebXmlListener() |
protected RhythmicalContextConfig |
newRhythmicalContextConfig(RhythmicalHandlingDef.AnnotationHandling annotationHandling,
RhythmicalHandlingDef.MetaInfoResourceHandling metaInfoResourceHandling,
RhythmicalHandlingDef.TldHandling tldHandling,
Predicate<String> tldFilesSelector,
RhythmicalHandlingDef.WebFragmentsHandling webFragmentsHandling,
Predicate<String> webFragmentsSelector) |
protected void |
setupAccessLogIfNeeds(org.apache.catalina.Context ctx) |
protected void |
setupYourValveIfNeeds(org.apache.catalina.Context ctx) |
addContext, addContext, addContext, addDefaultMimeTypeMappings, addRole, addServlet, addServlet, addServlet, addServlet, addUser, addWebapp, addWebapp, createDefaultRealm, destroy, enableNaming, getConnector, getDefaultWebXmlListener, getEngine, getHost, getServer, getService, getWebappConfigFile, init, init, init, initBaseDir, initWebappDefaults, initWebappDefaults, main, noDefaultWebXmlPath, setAddDefaultWebXmlToWebapp, setBaseDir, setConnector, setHost, setHostname, setPort, setSilent, start, stopprotected final BootLogger bootLogger
protected final RhythmicalHandlingDef.AnnotationHandling annotationHandling
protected final RhythmicalHandlingDef.MetaInfoResourceHandling metaInfoResourceHandling
protected final RhythmicalHandlingDef.TldHandling tldHandling
protected final RhythmicalHandlingDef.WebFragmentsHandling webFragmentsHandling
protected final AccessLogOption accessLogOption
protected final YourValveOption yourValveOption
protected final LikeItCatalinaSetupper likeitCatalinaSetupper
public RhythmicalTomcat(BootLogger bootLogger, RhythmicalHandlingDef.AnnotationHandling annotationHandling, RhythmicalHandlingDef.MetaInfoResourceHandling metaInfoResourceHandling, RhythmicalHandlingDef.TldHandling tldHandling, Predicate<String> tldFilesSelector, RhythmicalHandlingDef.WebFragmentsHandling webFragmentsHandling, Predicate<String> webFragmentsSelector, AccessLogOption accessLogOption, YourValveOption yourValveOption, LikeItCatalinaSetupper likeitCatalinaSetupper)
public org.apache.catalina.Context addWebapp(org.apache.catalina.Host host,
String contextPath,
String docBase)
addWebapp クラス内 org.apache.catalina.startup.Tomcatprotected org.apache.catalina.startup.ContextConfig createContextConfig()
protected RhythmicalContextConfig newRhythmicalContextConfig(RhythmicalHandlingDef.AnnotationHandling annotationHandling, RhythmicalHandlingDef.MetaInfoResourceHandling metaInfoResourceHandling, RhythmicalHandlingDef.TldHandling tldHandling, Predicate<String> tldFilesSelector, RhythmicalHandlingDef.WebFragmentsHandling webFragmentsHandling, Predicate<String> webFragmentsSelector)
public org.apache.catalina.Context addWebapp(org.apache.catalina.Host host,
String contextPath,
String docBase,
org.apache.catalina.LifecycleListener config)
addWebapp クラス内 org.apache.catalina.startup.Tomcatprotected org.apache.catalina.Context createContext(org.apache.catalina.Host host,
String url)
protected void setupAccessLogIfNeeds(org.apache.catalina.Context ctx)
protected void setupYourValveIfNeeds(org.apache.catalina.Context ctx)
protected org.apache.catalina.startup.Tomcat.DefaultWebXmlListener newDefaultWebXmlListener()
protected void doDefaultWebXmlLifecycleEvent(org.apache.catalina.LifecycleEvent event)
protected boolean existsJspServlet()
protected void initWebappDefaultsWithoutJsp(org.apache.catalina.Context ctx)
Copyright © 2015–2023 The DBFlute Project. All rights reserved.