Package org.jboss.as.web.common
Interface WebInjectionContainer
- All Known Implementing Classes:
AbstractWebInjectionContainer,CachingWebInjectionContainer,SimpleWebInjectionContainer
public interface WebInjectionContainer
The web injection container.
- Author:
- Emanuel Muckenhuber, Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroyInstance(Object instance) newInstance(Class<?> clazz) voidnewInstance(Object arg0) newInstance(String className) default ObjectnewInstance(String className, ClassLoader loader)
-
Method Details
-
destroyInstance
-
newInstance
Object newInstance(String className) throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException -
newInstance
Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, InstantiationException -
newInstance
-
newInstance
default Object newInstance(String className, ClassLoader loader) throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException -
getComponentRegistry
ComponentRegistry getComponentRegistry()
-