Uses of Class
javax.enterprise.context.ApplicationScoped
-
Packages that use ApplicationScoped Package Description org.jboss.weld.contexts.unbound org.jboss.weld.environment.se.beans -
-
Uses of ApplicationScoped in org.jboss.weld.contexts.unbound
Methods in org.jboss.weld.contexts.unbound that return types with arguments of type ApplicationScoped Modifier and Type Method Description Class<ApplicationScoped>ApplicationContextImpl. getScope() -
Uses of ApplicationScoped in org.jboss.weld.environment.se.beans
Classes in org.jboss.weld.environment.se.beans with annotations of type ApplicationScoped 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).
-