public class OpenEJBContextConfig
extends ContextConfig
Modifier and Type | Class and Description |
---|---|
class |
OpenEJBContextConfig.OpenEJBWebXml |
Constructor and Description |
---|
OpenEJBContextConfig(TomcatWebAppBuilder.StandardContextInfo standardContextInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkHandlesTypes(JavaClass javaClass,
java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache) |
void |
configureStart() |
protected void |
configureStop() |
protected void |
contextConfig(Digester digester) |
protected WebXml |
createWebXml() |
void |
finder(IAnnotationFinder finder,
java.lang.ClassLoader tmpLoader) |
protected void |
processAnnotationsFile(java.io.File file,
WebXml fragment,
boolean handlesTypesOnly,
java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache) |
protected void |
processAnnotationsStream(java.io.InputStream is,
WebXml fragment,
boolean handlesTypesOnly,
java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache) |
protected void |
processAnnotationsUrl(java.net.URL currentUrl,
WebXml fragment,
boolean handlesTypeOnly,
java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache) |
protected void |
processAnnotationsWebResource(WebResource webResource,
WebXml fragment,
boolean handlesTypesOnly,
java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache) |
protected void |
processAnnotationWebServlet(java.lang.String className,
AnnotationEntry ae,
WebXml fragment) |
protected void |
processContextConfig(Digester digester,
java.net.URL contextXml) |
protected void |
processServletContainerInitializers() |
protected void |
webConfig() |
public OpenEJBContextConfig(TomcatWebAppBuilder.StandardContextInfo standardContextInfo)
public void finder(IAnnotationFinder finder, java.lang.ClassLoader tmpLoader)
public void configureStart()
protected void processContextConfig(Digester digester, java.net.URL contextXml)
protected void contextConfig(Digester digester)
protected WebXml createWebXml()
protected void webConfig()
protected void processServletContainerInitializers()
protected void processAnnotationsWebResource(WebResource webResource, WebXml fragment, boolean handlesTypesOnly, java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache)
protected void processAnnotationsStream(java.io.InputStream is, WebXml fragment, boolean handlesTypesOnly, java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache) throws ClassFormatException, java.io.IOException
ClassFormatException
java.io.IOException
protected void checkHandlesTypes(JavaClass javaClass, java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache)
protected void configureStop()
protected void processAnnotationsFile(java.io.File file, WebXml fragment, boolean handlesTypesOnly, java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache)
protected void processAnnotationsUrl(java.net.URL currentUrl, WebXml fragment, boolean handlesTypeOnly, java.util.Map<java.lang.String,JavaClassCacheEntry> javaClassCache)
protected void processAnnotationWebServlet(java.lang.String className, AnnotationEntry ae, WebXml fragment)