Package org.jboss.as.web.common
Class SimpleWebInjectionContainer
java.lang.Object
org.jboss.as.web.common.AbstractWebInjectionContainer
org.jboss.as.web.common.SimpleWebInjectionContainer
- All Implemented Interfaces:
WebInjectionContainer
A
WebInjectionContainer implementation for use with distributable web applications that does not cache ManagedReference instances.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleWebInjectionContainer(ClassLoader loader, ComponentRegistry componentRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroyInstance(Object instance) newInstance(Class<?> clazz) voidnewInstance(Object instance) Methods inherited from class org.jboss.as.web.common.AbstractWebInjectionContainer
getComponentRegistry, newInstanceMethods 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
newInstance
-
Constructor Details
-
SimpleWebInjectionContainer
-
-
Method Details
-
destroyInstance
-
newInstance
public Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, InstantiationException -
newInstance
-