- activate(String) - Method in interface org.jboss.weld.context.ConversationContext
-
Activate the conversation context, using the id provided to attempt to restore a long-running conversation
- activate() - Method in interface org.jboss.weld.context.ConversationContext
-
Activate the conversation context, starting a new transient conversation
- activate() - Method in interface org.jboss.weld.context.ManagedContext
-
Activate the Context.
- activateLazily(Consumer<HttpServletRequest>) - Method in interface org.jboss.weld.context.http.HttpConversationContext
-
Activate the conversation context lazily - neither determine the conversation id, nor initialize the context.
- addBean() - Method in interface org.jboss.weld.experimental.ExperimentalAfterBeanDiscovery
-
The
BeanBuilder.build() is invoked automatically and the resulting bean is registered after all observers are notified.
- addBinding(Annotation) - Method in interface org.jboss.weld.experimental.InterceptorBuilder
-
Adds interceptor binding annotation.
- addBindings(Annotation...) - Method in interface org.jboss.weld.experimental.InterceptorBuilder
-
Adds interceptor binding annotations.
- addBindings(Set<Annotation>) - Method in interface org.jboss.weld.experimental.InterceptorBuilder
-
Adds set of interceptor binding annotations.
- addInjectionPoint(InjectionPoint) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- addInjectionPoints(InjectionPoint...) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- addInjectionPoints(Set<InjectionPoint>) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- addInterceptor() - Method in interface org.jboss.weld.experimental.ExperimentalAfterBeanDiscovery
-
- addQualifier(Annotation) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
If the builder declares the Default qualifier, it's automatically removed.
- addQualifiers(Annotation...) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
If the builder declares the Default qualifier, it's automatically removed.
- addQualifiers(Set<Annotation>) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
If the builder declares the Default qualifier, it's automatically removed.
- addStereotype(Class<? extends Annotation>) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- addStereotypes(Set<Class<? extends Annotation>>) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- addTransitiveTypeClosure(Type) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
- addType(Type) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- addType(TypeLiteral<?>) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- addTypes(Type...) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- addTypes(Set<Type>) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- alternative() - Method in interface org.jboss.weld.experimental.BeanBuilder
-
The bean is an alternative.
- alternative(boolean) - Method in interface org.jboss.weld.experimental.BeanBuilder
-
- ApplicationContext - Interface in org.jboss.weld.context
-
The built in application context, associated with ApplicationScoped.
- associate(S) - Method in interface org.jboss.weld.context.BoundContext
-
Associate the context with the storage (for this thread).