Uses of Class
javax.enterprise.inject.Vetoed
-
Packages that use Vetoed Package Description org.jboss.weld.contexts.activator org.jboss.weld.environment.se org.jboss.weld.environment.se.beans org.jboss.weld.environment.se.contexts.activators -
-
Uses of Vetoed in org.jboss.weld.contexts.activator
Classes in org.jboss.weld.contexts.activator with annotations of type Vetoed Modifier and Type Class Description classActivateRequestContextInterceptorUses Weld API binding - @org.jboss.weld.context.activator.ActivateRequestContext.classCdiRequestContextActivatorInterceptorUses CDI API binding - @javax.enterprise.context.control.ActivateRequestContext. -
Uses of Vetoed in org.jboss.weld.environment.se
Classes in org.jboss.weld.environment.se with annotations of type Vetoed Modifier and Type Class Description classStartMainThis is the main class that can be called from the command line for a WeldContainer SE app which makes use of the ContainerInitialized event.classWeldThis builder is a preferred method of booting Weld SE container.classWeldContainerRepresents a Weld SE container.classWeldSEBeanRegistrantExplicitly registers all of the 'built-in' Java SE related beans and contexts. -
Uses of Vetoed in org.jboss.weld.environment.se.beans
Classes in org.jboss.weld.environment.se.beans with annotations of type Vetoed Modifier and Type Class Description classParametersFactoryThe simple bean that will hold the command line arguments and make them available by injection (using the @Parameters binding). -
Uses of Vetoed in org.jboss.weld.environment.se.contexts.activators
Classes in org.jboss.weld.environment.se.contexts.activators with annotations of type Vetoed Modifier and Type Class Description classActivateThreadScopeInterceptor
-