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
public abstract class AbstractWebInjectionContainer extends Object implements WebInjectionContainer
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AbstractWebInjectionContainer(ClassLoader loader, ComponentRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentRegistrygetComponentRegistry()ObjectnewInstance(String className)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.web.common.WebInjectionContainer
destroyInstance, newInstance, newInstance, newInstance
-
-
-
-
Constructor Detail
-
AbstractWebInjectionContainer
public AbstractWebInjectionContainer(ClassLoader loader, ComponentRegistry registry)
-
-
Method Detail
-
newInstance
public Object newInstance(String className) throws IllegalAccessException, InvocationTargetException, InstantiationException, ClassNotFoundException
- Specified by:
newInstancein interfaceWebInjectionContainer- Throws:
IllegalAccessExceptionInvocationTargetExceptionInstantiationExceptionClassNotFoundException
-
getComponentRegistry
public ComponentRegistry getComponentRegistry()
- Specified by:
getComponentRegistryin interfaceWebInjectionContainer
-
-