public class WebInjectionContainer extends Object
Constructor and Description |
---|
WebInjectionContainer(ClassLoader classloader,
ComponentRegistry componentRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
destroyInstance(Object instance) |
ComponentRegistry |
getComponentRegistry() |
Object |
newInstance(Class<?> clazz) |
void |
newInstance(Object arg0) |
Object |
newInstance(String className) |
Object |
newInstance(String className,
ClassLoader cl) |
public WebInjectionContainer(ClassLoader classloader, ComponentRegistry componentRegistry)
public void destroyInstance(Object instance)
public Object newInstance(String className) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
public Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException
public void newInstance(Object arg0) throws IllegalAccessException, InvocationTargetException, NamingException
public Object newInstance(String className, ClassLoader cl) throws IllegalAccessException, InvocationTargetException, NamingException, InstantiationException, ClassNotFoundException
public ComponentRegistry getComponentRegistry()
Copyright © 2015 JBoss by Red Hat. All rights reserved.