public interface WebInjectionContainer
| Modifier and Type | Method and Description |
|---|---|
void |
destroyInstance(Object instance) |
ComponentRegistry |
getComponentRegistry() |
Object |
newInstance(Class<?> clazz) |
void |
newInstance(Object arg0) |
Object |
newInstance(String className) |
default Object |
newInstance(String className,
ClassLoader loader) |
void destroyInstance(Object instance)
Object newInstance(String className) throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException
Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, InstantiationException
void newInstance(Object arg0)
default Object newInstance(String className, ClassLoader loader) throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException
ComponentRegistry getComponentRegistry()
Copyright © 2021 JBoss by Red Hat. All rights reserved.