public class SimpleWebInjectionContainer extends AbstractWebInjectionContainer
WebInjectionContainer implementation for use with distributable web applications that does not cache ManagedReference instances.| Constructor and Description |
|---|
SimpleWebInjectionContainer(ClassLoader loader,
ComponentRegistry componentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyInstance(Object instance) |
Object |
newInstance(Class<?> clazz) |
void |
newInstance(Object instance) |
getComponentRegistry, newInstanceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewInstancepublic SimpleWebInjectionContainer(ClassLoader loader, ComponentRegistry componentRegistry)
public void destroyInstance(Object instance)
public Object newInstance(Class<?> clazz) throws IllegalAccessException, InvocationTargetException, InstantiationException
public void newInstance(Object instance)
Copyright © 2021 JBoss by Red Hat. All rights reserved.