Package | Description |
---|---|
org.jboss.weld.environment.servlet |
Modifier and Type | Method and Description |
---|---|
static Listener |
Listener.using(javax.enterprise.inject.spi.BeanManager manager)
Creates a new Listener that uses the given
BeanManager instead of initializing a new Weld container instance. |
static Listener |
Listener.using(ContainerInstance container)
Creates a new Listener that uses the given
ContainerInstance (e.g. |
static Listener |
Listener.using(ContainerInstanceFactory container)
Creates a new Listener that uses the given
ContainerInstanceFactory for initializing Weld instance. |
Copyright © 2022. All rights reserved.