Package org.jboss.as.web.common
Class AbstractWebInjectionContainer
java.lang.Object
org.jboss.as.web.common.AbstractWebInjectionContainer
- All Implemented Interfaces:
WebInjectionContainer
- Direct Known Subclasses:
CachingWebInjectionContainer,SimpleWebInjectionContainer
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractWebInjectionContainer(ClassLoader loader, ComponentRegistry registry) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.web.common.WebInjectionContainer
destroyInstance, newInstance, newInstance, newInstance
-
Constructor Details
-
AbstractWebInjectionContainer
-
-
Method Details
-
newInstance
public Object newInstance(String className) throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException - Specified by:
newInstancein interfaceWebInjectionContainer- Throws:
IllegalAccessExceptionInvocationTargetExceptionInstantiationExceptionClassNotFoundException
-
getComponentRegistry
- Specified by:
getComponentRegistryin interfaceWebInjectionContainer
-