Uses of Class
org.jboss.weld.environment.se.Weld
Packages that use Weld
-
Uses of Weld in org.jboss.weld.environment.se
Methods in org.jboss.weld.environment.se that return WeldModifier and TypeMethodDescriptionWeld.addAlternative(Class<?> alternativeClass) Add an alternative class to the list of selected alternatives for a synthetic bean archive.Weld.addAlternativeStereotype(Class<? extends Annotation> alternativeStereotypeClass) Add an alternative stereotype class to the list of selected alternative stereotypes for a synthetic bean archive.Weld.addBeanClass(Class<?> beanClass) Add a bean class to the set of bean classes for the synthetic bean archive.Weld.addBeanClasses(Class<?>... classes) Weld.addBeanDefiningAnnotations(Class<? extends Annotation>... annotations) Registers annotations which will be considered as bean defining annotations.Weld.addBuildCompatibleExtensions(Class<? extends jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension>... extensionClasses) Add build compatible extensions to the set of extensions.Weld.addContainerLifecycleObserver(ContainerLifecycleObserver<?> observer) Add a synthetic container lifecycle event observer.Weld.addDecorator(Class<?> decoratorClass) Add a decorator class to the list of enabled decorators for the synthetic bean archive.Weld.addExtension(jakarta.enterprise.inject.spi.Extension extension) Add an extension to the set of extensions.Weld.addExtensions(jakarta.enterprise.inject.spi.Extension... extensions) Weld.addExtensions(Class<? extends jakarta.enterprise.inject.spi.Extension>... extensionClasses) Weld.addInterceptor(Class<?> interceptorClass) Add an interceptor class to the list of enabled interceptors for the synthetic bean archive.Weld.addPackage(boolean scanRecursively, Class<?> packageClass) A package of the specified class will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.Weld.addPackages(boolean scanRecursively, Class<?>... packageClasses) Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.Weld.addPackages(boolean scanRecursively, Package... packages) Weld.addPackages(Class<?>... packageClasses) Weld.addPackages(Package... packages) Weld.addProperty(String key, Object value) Weld.addServices(org.jboss.weld.bootstrap.api.Service... services) Register per-deployment services which are shared across the entire application.Weld.alternatives(Class<?>... alternativeClasses) Select alternatives for the synthetic bean archive, all previous values are removed.final WeldWeld.alternativeStereotypes(Class<? extends Annotation>... alternativeStereotypeClasses) Select alternative stereotypes for the synthetic bean archive, all previous values are removed.Weld.beanClasses(Class<?>... classes) Define the set of bean classes for the synthetic bean archive.Weld.containerId(String containerId) Containers must have a unique identifier assigned when running multiple Weld instances at the same time.Weld.decorators(Class<?>... decoratorClasses) Enable decorators for the synthetic bean archive, all previous values are removed.Weld.disableDiscovery()By default, the discovery is enabled.Weld.disableIsolation()Disable bean archive isolation, i.e. use a "flat" deployment structure.Weld.enableDecorators(Class<?>... decoratorClasses) Weld.enableDiscovery()Weld.enableInterceptors(Class<?>... interceptorClasses) Weld.extensions(jakarta.enterprise.inject.spi.Extension... extensions) Define the set of extensions.Weld.interceptors(Class<?>... interceptorClasses) Enable interceptors for the synthetic bean archive, all previous values are removed.All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.Weld.properties(Map<String, Object> properties) Set all the configuration properties.Set the configuration property.Weld.reset()Reset the synthetic bean archive (bean classes and enablement), explicitly added extensions and services.Weld.resetAll()Reset all the state, except for initialized containers.Weld.scanClasspathEntries()Scans the class path entries - implicit bean archives which don't contain a beans.xml file are supported.Weld.selectAlternatives(Class<?>... alternativeClasses) Weld.selectAlternativeStereotypes(Class<? extends Annotation>... alternativeStereotypeClasses) Weld.setBeanDiscoveryMode(org.jboss.weld.bootstrap.spi.BeanDiscoveryMode mode) Sets the bean discovery mode for synthetic bean archive.Weld.setClassLoader(ClassLoader classLoader) Set aClassLoader.Weld.setProperties(Map<String, Object> propertiesMap) Weld.setResourceLoader(org.jboss.weld.resources.spi.ResourceLoader resourceLoader) Set aResourceLoaderused to scan the application for bean archives.Weld.skipShutdownHook()Skip shutdown hook registration.