public class WeldForwardingInstanceManager extends ForwardingInstanceManager
| Constructor and Description |
|---|
WeldForwardingInstanceManager(InstanceManager originalAnnotationProcessor,
InstanceManager weldProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected 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(ServletContextEvent sce,
WeldManager manager) |
static void |
restoreInstanceManager(ServletContextEvent sce) |
public WeldForwardingInstanceManager(InstanceManager originalAnnotationProcessor,
InstanceManager weldProcessor)
protected InstanceManager delegate()
delegate in class ForwardingInstanceManagerpublic void destroyInstance(Object o) throws IllegalAccessException, InvocationTargetException
destroyInstance in class ForwardingInstanceManagerIllegalAccessExceptionInvocationTargetExceptionpublic void newInstance(Object o) throws IllegalAccessException, InvocationTargetException, NamingException
newInstance in class ForwardingInstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionpublic Object newInstance(String fqcn, ClassLoader classLoader) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
public Object newInstance(String fqcn) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
public Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException
newInstance in class ForwardingInstanceManagerIllegalAccessExceptionInvocationTargetExceptionNamingExceptionInstantiationExceptionpublic static void replaceInstanceManager(ServletContextEvent sce,
WeldManager manager)
public static void restoreInstanceManager(ServletContextEvent sce)
Copyright © 2014 Seam Framework. All Rights Reserved.