public class WeldForwardingInstanceManager extends ForwardingInstanceManager
| Constructor and Description |
|---|
WeldForwardingInstanceManager(org.apache.tomcat.InstanceManager originalAnnotationProcessor,
org.apache.tomcat.InstanceManager weldProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.tomcat.InstanceManager |
delegate() |
void |
destroyInstance(Object o) |
Object |
newInstance(Class<?> clazz) |
void |
newInstance(Object o) |
Object |
newInstance(String fqcn) |
Object |
newInstance(String fqcn,
ClassLoader classLoader) |
static void |
replaceInstanceManager(javax.servlet.ServletContext context,
org.jboss.weld.manager.api.WeldManager manager) |
static void |
restoreInstanceManager(javax.servlet.ServletContext context) |
public WeldForwardingInstanceManager(org.apache.tomcat.InstanceManager originalAnnotationProcessor,
org.apache.tomcat.InstanceManager weldProcessor)
protected org.apache.tomcat.InstanceManager delegate()
delegate in class ForwardingInstanceManagerpublic void destroyInstance(Object o) throws IllegalAccessException, InvocationTargetException
destroyInstance in interface org.apache.tomcat.InstanceManagerdestroyInstance in class ForwardingInstanceManagerIllegalAccessExceptionInvocationTargetExceptionpublic void newInstance(Object o) throws IllegalAccessException, InvocationTargetException, NamingException
newInstance in interface org.apache.tomcat.InstanceManagernewInstance in class ForwardingInstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionpublic Object newInstance(String fqcn, ClassLoader classLoader) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, NoSuchMethodException, ClassNotFoundException
newInstance in interface org.apache.tomcat.InstanceManagernewInstance in class ForwardingInstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionNoSuchMethodExceptionClassNotFoundExceptionpublic Object newInstance(String fqcn) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, NoSuchMethodException, ClassNotFoundException
newInstance in interface org.apache.tomcat.InstanceManagernewInstance in class ForwardingInstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionNoSuchMethodExceptionClassNotFoundExceptionpublic Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, NoSuchMethodException
newInstance in interface org.apache.tomcat.InstanceManagernewInstance in class ForwardingInstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionNoSuchMethodExceptionpublic static void replaceInstanceManager(javax.servlet.ServletContext context,
org.jboss.weld.manager.api.WeldManager manager)
public static void restoreInstanceManager(javax.servlet.ServletContext context)
Copyright © 2021. All rights reserved.