public class OpenEJBContextConfig
extends org.apache.catalina.startup.ContextConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenEJBContextConfig.OpenEJBWebXml |
authenticators, context, customAuthenticators, defaultWebXml, deploymentCount, DUMMY_LOGIN_CONFIG, handlesTypesAnnotations, handlesTypesNonAnnotations, hostWebXmlCache, initializerClassMap, ok, originalDocBase, sm, typeInitializerMap| Constructor and Description |
|---|
OpenEJBContextConfig(TomcatWebAppBuilder.StandardContextInfo standardContextInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkHandlesTypes(org.apache.tomcat.util.bcel.classfile.JavaClass javaClass,
Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache) |
void |
configureStart() |
protected void |
configureStop() |
protected void |
contextConfig(org.apache.tomcat.util.digester.Digester digester) |
protected org.apache.tomcat.util.descriptor.web.WebXml |
createWebXml() |
void |
finder(org.apache.xbean.finder.IAnnotationFinder finder,
ClassLoader tmpLoader) |
protected void |
processAnnotationsFile(File file,
org.apache.tomcat.util.descriptor.web.WebXml fragment,
boolean handlesTypesOnly,
Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache) |
protected void |
processAnnotationsStream(InputStream is,
org.apache.tomcat.util.descriptor.web.WebXml fragment,
boolean handlesTypesOnly,
Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache) |
protected void |
processAnnotationsUrl(URL currentUrl,
org.apache.tomcat.util.descriptor.web.WebXml fragment,
boolean handlesTypeOnly,
Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache) |
protected void |
processAnnotationsWebResource(org.apache.catalina.WebResource webResource,
org.apache.tomcat.util.descriptor.web.WebXml fragment,
boolean handlesTypesOnly,
Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache) |
protected void |
processAnnotationWebServlet(String className,
org.apache.tomcat.util.bcel.classfile.AnnotationEntry ae,
org.apache.tomcat.util.descriptor.web.WebXml fragment) |
protected void |
processContextConfig(org.apache.tomcat.util.digester.Digester digester,
URL contextXml,
InputStream stream) |
protected void |
processServletContainerInitializers() |
protected void |
webConfig() |
antiLocking, applicationAnnotationsConfig, authenticatorConfig, beforeStart, createContextDigester, destroy, fixDocBase, generateClassFooter, generateClassHeader, getConfigBasePath, getContextWebXmlSource, getContextXmlJavaSource, getContextXmlPackageName, getDefaultWebXml, getGenerateCode, getGeneratedCodeLocation, getGeneratedCodePackage, getGlobalWebXmlSource, getHostConfigBase, getHostWebXmlSource, getUseGeneratedCode, getWebXmlSource, init, lifecycleEvent, processAnnotations, processAnnotationsInParallel, processAnnotationsJar, processAnnotationsStringArray, processAnnotationWebFilter, processAnnotationWebInitParams, processClass, processClasses, processJarsForWebFragments, processResourceJARs, setCustomAuthenticators, setDefaultWebXml, validateSecurityRolespublic OpenEJBContextConfig(TomcatWebAppBuilder.StandardContextInfo standardContextInfo)
public void finder(org.apache.xbean.finder.IAnnotationFinder finder,
ClassLoader tmpLoader)
public void configureStart()
configureStart in class org.apache.catalina.startup.ContextConfigprotected void processContextConfig(org.apache.tomcat.util.digester.Digester digester,
URL contextXml,
InputStream stream)
processContextConfig in class org.apache.catalina.startup.ContextConfigprotected void contextConfig(org.apache.tomcat.util.digester.Digester digester)
contextConfig in class org.apache.catalina.startup.ContextConfigprotected org.apache.tomcat.util.descriptor.web.WebXml createWebXml()
createWebXml in class org.apache.catalina.startup.ContextConfigprotected void webConfig()
webConfig in class org.apache.catalina.startup.ContextConfigprotected void processServletContainerInitializers()
processServletContainerInitializers in class org.apache.catalina.startup.ContextConfigprotected void processAnnotationsWebResource(org.apache.catalina.WebResource webResource,
org.apache.tomcat.util.descriptor.web.WebXml fragment,
boolean handlesTypesOnly,
Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache)
processAnnotationsWebResource in class org.apache.catalina.startup.ContextConfigprotected void processAnnotationsStream(InputStream is, org.apache.tomcat.util.descriptor.web.WebXml fragment, boolean handlesTypesOnly, Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache) throws org.apache.tomcat.util.bcel.classfile.ClassFormatException, IOException
processAnnotationsStream in class org.apache.catalina.startup.ContextConfigorg.apache.tomcat.util.bcel.classfile.ClassFormatExceptionIOExceptionprotected void checkHandlesTypes(org.apache.tomcat.util.bcel.classfile.JavaClass javaClass,
Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache)
checkHandlesTypes in class org.apache.catalina.startup.ContextConfigprotected void configureStop()
configureStop in class org.apache.catalina.startup.ContextConfigprotected void processAnnotationsFile(File file, org.apache.tomcat.util.descriptor.web.WebXml fragment, boolean handlesTypesOnly, Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache)
processAnnotationsFile in class org.apache.catalina.startup.ContextConfigprotected void processAnnotationsUrl(URL currentUrl, org.apache.tomcat.util.descriptor.web.WebXml fragment, boolean handlesTypeOnly, Map<String,org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry> javaClassCache)
processAnnotationsUrl in class org.apache.catalina.startup.ContextConfigprotected void processAnnotationWebServlet(String className, org.apache.tomcat.util.bcel.classfile.AnnotationEntry ae, org.apache.tomcat.util.descriptor.web.WebXml fragment)
processAnnotationWebServlet in class org.apache.catalina.startup.ContextConfigCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.