public class OpenEJBContextConfig
extends org.apache.catalina.startup.ContextConfig
| Modifier and Type | Class and Description |
|---|---|
class |
OpenEJBContextConfig.OpenEJBWebXml |
authenticators, context, customAuthenticators, defaultContextXml, defaultWebXml, deploymentCount, DUMMY_LOGIN_CONFIG, handlesTypesAnnotations, handlesTypesNonAnnotations, hostWebXmlCache, initializerClassMap, javaClassCache, ok, originalDocBase, sm, typeInitializerMap, webDigester, webFragmentDigester, webFragmentRuleSet, webRuleSet| Constructor and Description |
|---|
OpenEJBContextConfig(TomcatWebAppBuilder.StandardContextInfo standardContextInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureStart() |
protected void |
contextConfig(org.apache.tomcat.util.digester.Digester digester) |
protected org.apache.catalina.deploy.WebXml |
createWebXml() |
void |
finder(org.apache.xbean.finder.IAnnotationFinder finder,
ClassLoader tmpLoader) |
protected void |
processAnnotations(Set<org.apache.catalina.deploy.WebXml> fragments,
boolean handlesTypesOnly) |
protected void |
processAnnotationsFile(File file,
org.apache.catalina.deploy.WebXml fragment,
boolean handlesTypesOnly) |
protected void |
processAnnotationsUrl(URL currentUrl,
org.apache.catalina.deploy.WebXml fragment,
boolean handlesTypeOnly) |
protected void |
processAnnotationWebServlet(String className,
org.apache.tomcat.util.bcel.classfile.AnnotationEntry ae,
org.apache.catalina.deploy.WebXml fragment) |
protected void |
processContextConfig(org.apache.tomcat.util.digester.Digester digester,
URL contextXml) |
protected void |
processServletContainerInitializers(javax.servlet.ServletContext ctx) |
protected void |
webConfig() |
antiLocking, applicationAnnotationsConfig, authenticatorConfig, beforeStart, checkHandlesTypes, configureStop, createContextDigester, createWebXmlDigester, destroy, fixDocBase, getBaseDir, getConfigBase, getContextWebXmlSource, getDefaultContextXml, getDefaultWebXml, getGlobalWebXmlSource, getHostConfigBase, getHostWebXmlSource, getWebXmlSource, init, lifecycleEvent, parseWebXml, processAnnotationsJar, processAnnotationsJndi, processAnnotationsStream, processAnnotationsStringArray, processAnnotationWebFilter, processAnnotationWebInitParams, processJarsForWebFragments, processResourceJARs, setCustomAuthenticators, setDefaultContextXml, 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)
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.catalina.deploy.WebXml createWebXml()
createWebXml in class org.apache.catalina.startup.ContextConfigprotected void webConfig()
webConfig in class org.apache.catalina.startup.ContextConfigprotected void processServletContainerInitializers(javax.servlet.ServletContext ctx)
processServletContainerInitializers in class org.apache.catalina.startup.ContextConfigprotected void processAnnotations(Set<org.apache.catalina.deploy.WebXml> fragments, boolean handlesTypesOnly)
processAnnotations in class org.apache.catalina.startup.ContextConfigprotected void processAnnotationsFile(File file, org.apache.catalina.deploy.WebXml fragment, boolean handlesTypesOnly)
processAnnotationsFile in class org.apache.catalina.startup.ContextConfigprotected void processAnnotationsUrl(URL currentUrl, org.apache.catalina.deploy.WebXml fragment, boolean handlesTypeOnly)
processAnnotationsUrl in class org.apache.catalina.startup.ContextConfigprotected void processAnnotationWebServlet(String className, org.apache.tomcat.util.bcel.classfile.AnnotationEntry ae, org.apache.catalina.deploy.WebXml fragment)
processAnnotationWebServlet in class org.apache.catalina.startup.ContextConfigCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.