Skip navigation links
A B C D E F G H I L M N O P Q R S T U V 

A

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.
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.
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
 
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).

B

BeanBuilder<T> - Interface in org.jboss.weld.experimental
This API is experimental and may be subject of incompatible changes.
beanBuilder() - Method in interface org.jboss.weld.experimental.ExperimentalAfterBeanDiscovery
 
beanClass(Class<?>) - Method in interface org.jboss.weld.experimental.BeanBuilder
If not set, the extension class is used.
Bound - Annotation Type in org.jboss.weld.context.bound
Qualifier used with all for all of the bound (map backed) contexts Weld offers.
BoundContext<S> - Interface in org.jboss.weld.context
Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
BoundConversationContext - Interface in org.jboss.weld.context.bound
A conversation context which can be bound to a pair of Maps encapsulated by BoundRequest.
BoundLiteral - Class in org.jboss.weld.context.bound
Annotation literal for Bound
BoundRequest - Interface in org.jboss.weld.context.bound
A conversation is used to span multiple requests, however is shorter than a session.
BoundRequestContext - Interface in org.jboss.weld.context.bound
A request context which can be bound to any Map.
BoundSessionContext - Interface in org.jboss.weld.context.bound
A session context which can be bound to any Map.
build() - Method in interface org.jboss.weld.experimental.BeanBuilder
 

C

ConversationContext - Interface in org.jboss.weld.context
The built in conversation context is associated with ConversationScoped.
createWith(Function<CreationalContext<U>, U>) - Method in interface org.jboss.weld.experimental.BeanBuilder
 

D

deactivate() - Method in interface org.jboss.weld.context.ManagedContext
Deactivate the Context, destroying any instances if the context is invalid.
DEFAULT_PRIORITY - Static variable in interface org.jboss.weld.experimental.ExperimentalObserverMethod
Default priority for observer methods that do not define priority.
delegate() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
DependentContext - Interface in org.jboss.weld.context
The built in dependent context, associated with Dependent.
destroy(Map<String, Object>) - Method in interface org.jboss.weld.context.bound.BoundConversationContext
Destroy all conversations in the session.
destroy(HttpSession) - Method in interface org.jboss.weld.context.http.HttpConversationContext
If the context is not currently associated with a HttpServletRequest, then the context will be associated with the specified HttpSession (for this thread), activated, destroyed, and then deactivated.
destroy(HttpSession) - Method in interface org.jboss.weld.context.http.HttpSessionContext
Destroy the session and all conversations stored in the session.
destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface org.jboss.weld.experimental.BeanBuilder
 
disposeWith(Consumer<T>) - Method in interface org.jboss.weld.experimental.BeanBuilder
 
dissociate(S) - Method in interface org.jboss.weld.context.BoundContext
Dissociate the context from the storage (for this thread).

E

Ejb - Annotation Type in org.jboss.weld.context.ejb
Qualifier used with all for all of the EJB contexts Weld offers.
EjbLiteral - Class in org.jboss.weld.context.ejb
Annotation literal for Ejb
EjbRequestContext - Interface in org.jboss.weld.context.ejb
A request context which can be bound to the InvocationContext.
equals(Object) - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
ExperimentalAfterBeanDiscovery - Interface in org.jboss.weld.experimental
This API is experimental and will change!
ExperimentalAnnotated - Interface in org.jboss.weld.experimental
This API is experimental and will change!
ExperimentalAnnotatedParameter<X> - Interface in org.jboss.weld.experimental
This API is experimental and will change!
ExperimentalEvent<T> - Interface in org.jboss.weld.experimental
This API is experimental and will change!
ExperimentalEventMetadata - Interface in org.jboss.weld.experimental
This API is experimental and will change!
ExperimentalInvocationContext - Interface in org.jboss.weld.experimental
This API is experimental and will change!
ExperimentalObserverMethod<T> - Interface in org.jboss.weld.experimental
This API is experimental and will change!
ExperimentalProcessObserverMethod<T,X> - Interface in org.jboss.weld.experimental
This API is experimental and will change!

F

fireAsync(U) - Method in interface org.jboss.weld.experimental.ExperimentalEvent
Fires an event with the specified qualifiers and notifies observers asynchronously.
fireAsync(U, Executor) - Method in interface org.jboss.weld.experimental.ExperimentalEvent
Same as ExperimentalEvent.fireAsync(Object) but allows an executor, which is used for asynchronous event delivery, to be specified.
ForwardingExperimentalObserverMethod<T> - Class in org.jboss.weld.experimental.util
This API is experimental and will change!
ForwardingExperimentalObserverMethod(ObserverMethod<T>) - Constructor for class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 

G

generateConversationId() - Method in interface org.jboss.weld.context.ConversationContext
Generate a new, unique, conversation id
getAnnotationsByType(Class<T>) - Method in interface org.jboss.weld.experimental.ExperimentalAnnotated
getBeanClass() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
getConcurrentAccessTimeout() - Method in interface org.jboss.weld.context.ConversationContext
Get the current concurrent access timeout
getConversation(String) - Method in interface org.jboss.weld.context.ConversationContext
Get the conversation with the given id.
getConversations() - Method in interface org.jboss.weld.context.ConversationContext
Get conversations currently known to the context.
getCurrentConversation() - Method in interface org.jboss.weld.context.ConversationContext
Get a handle the current conversation (transient or otherwise).
getDefaultTimeout() - Method in interface org.jboss.weld.context.ConversationContext
Get the default inactivity timeout.
getInterceptorBindings() - Method in interface org.jboss.weld.experimental.ExperimentalInvocationContext
The returning set may be empty if only interceptors using the Interceptors annotation are associated.
getInterceptorBindingsByType(Class<T>) - Method in interface org.jboss.weld.experimental.ExperimentalInvocationContext
The returning set may be empty if only interceptors using the Interceptors annotation are associated.
getJavaParameter() - Method in interface org.jboss.weld.experimental.ExperimentalAnnotatedParameter
Get the underlying Parameter.
getLastUsed() - Method in interface org.jboss.weld.context.ManagedConversation
Gets the last time the conversation was used (for data access)
getObservedQualifiers() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
getObservedType() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
getObserverMethod() - Method in interface org.jboss.weld.experimental.ExperimentalProcessObserverMethod
Temporarilly overriden return type
getParameterName() - Method in interface org.jboss.weld.context.ConversationContext
Get the name of the parameter used to propagate the conversation id
getPriority() - Method in interface org.jboss.weld.experimental.ExperimentalObserverMethod
The priority of this observer method
getPriority() - Method in interface org.jboss.weld.experimental.Prioritized
 
getPriority() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
getReception() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
getRequestMap() - Method in interface org.jboss.weld.context.bound.BoundRequest
Get the current request map.
getRequestMap() - Method in class org.jboss.weld.context.bound.MutableBoundRequest
 
getSessionMap(boolean) - Method in interface org.jboss.weld.context.bound.BoundRequest
Get the current session map.
getSessionMap(boolean) - Method in class org.jboss.weld.context.bound.MutableBoundRequest
 
getTransactionPhase() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 

H

hashCode() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
Http - Annotation Type in org.jboss.weld.context.http
Qualifier used with all for all of the Servlet backed contexts Weld offers.
HttpConversationContext - Interface in org.jboss.weld.context.http
An Http Session backed conversation context.
HttpLiteral - Class in org.jboss.weld.context.http
Annotation literal for Http
HttpRequestContext - Interface in org.jboss.weld.context.http
A request context which can be bound to the ServletRequest.
HttpSessionContext - Interface in org.jboss.weld.context.http
A session context which can be bound to the HttpServletRequest.

I

id(String) - Method in interface org.jboss.weld.experimental.BeanBuilder
 
injectionPoints(InjectionPoint...) - Method in interface org.jboss.weld.experimental.BeanBuilder
 
injectionPoints(Set<InjectionPoint>) - Method in interface org.jboss.weld.experimental.BeanBuilder
 
INSTANCE - Static variable in class org.jboss.weld.context.bound.BoundLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.ejb.EjbLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.http.HttpLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.unbound.UnboundLiteral
 
invalidate() - Method in interface org.jboss.weld.context.ApplicationContext
Invalidate the context, causing all bean instances to be destroyed.
invalidate() - Method in interface org.jboss.weld.context.ConversationContext
Cause any expired conversations to be ended, and therefore marked for destruction when deactivate is called.
invalidate() - Method in interface org.jboss.weld.context.http.HttpSessionContext
Mark the Session Context for destruction; the Session Context will be detached from the underling Http Session, and instances marked for destruction when the Http Request is destroyed.
invalidate() - Method in interface org.jboss.weld.context.ManagedContext
Mark the context as due for destruction when deactivate is called.
invalidate() - Method in interface org.jboss.weld.context.SingletonContext
Invalidate the context, causing all bean instances to be destroyed.
isAsync() - Method in interface org.jboss.weld.experimental.ExperimentalEventMetadata
Indicates whether this event was fired asynchronously.
isValid() - Method in interface org.jboss.weld.context.http.HttpSessionContext
Returns false if the session has been invalidated (using HttpSessionContext.invalidate()).

L

lock(long) - Method in interface org.jboss.weld.context.ManagedConversation
Attempts to lock the conversation for exclusive usage

M

ManagedContext - Interface in org.jboss.weld.context
Lifecycle management for built in contexts.
ManagedConversation - Interface in org.jboss.weld.context
Provides management operations for conversations, including locking, and expiration management.
MutableBoundRequest - Class in org.jboss.weld.context.bound
An implementation of BoundRequest backed by a pair of maps.
MutableBoundRequest(Map<String, Object>, Map<String, Object>) - Constructor for class org.jboss.weld.context.bound.MutableBoundRequest
 

N

name(String) - Method in interface org.jboss.weld.experimental.BeanBuilder
 
notify(T) - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 

O

org.jboss.weld.context - package org.jboss.weld.context
 
org.jboss.weld.context.bound - package org.jboss.weld.context.bound
 
org.jboss.weld.context.ejb - package org.jboss.weld.context.ejb
 
org.jboss.weld.context.http - package org.jboss.weld.context.http
 
org.jboss.weld.context.unbound - package org.jboss.weld.context.unbound
 
org.jboss.weld.experimental - package org.jboss.weld.experimental
This package contains prototypes of API changes proposed for next CDI version This API is experimental and will change!
org.jboss.weld.experimental.util - package org.jboss.weld.experimental.util
 

P

Prioritized - Interface in org.jboss.weld.experimental
This API is experimental and will change!
Priority - Annotation Type in org.jboss.weld.experimental
This API is experimental and will change!
produceWith(Supplier<U>) - Method in interface org.jboss.weld.experimental.BeanBuilder
If no destroy callback is specified, a NOOP dispose callback is automatically set.
produceWith(Function<Instance<Object>, U>) - Method in interface org.jboss.weld.experimental.BeanBuilder
If no destroy callback is specified, a NOOP dispose callback is automatically set.
producing(U) - Method in interface org.jboss.weld.experimental.BeanBuilder
A shortcut for produceWith(() -> existing where existing represents an instance whose lifecycle is not managed by CDI.

Q

qualifiers(Annotation...) - Method in interface org.jboss.weld.experimental.BeanBuilder
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface org.jboss.weld.experimental.BeanBuilder
Replace all qualifiers.

R

read(AnnotatedType<U>) - Method in interface org.jboss.weld.experimental.BeanBuilder
Read the information from the given annotated type.
read(BeanAttributes<?>) - Method in interface org.jboss.weld.experimental.BeanBuilder
Read the information from the given bean attributes.
RequestContext - Interface in org.jboss.weld.context
The built in request context is associated with RequestScoped and is a managed context which can be activated, invalidated and deactivated.

S

scope(Class<? extends Annotation>) - Method in interface org.jboss.weld.experimental.BeanBuilder
 
select(Annotation...) - Method in interface org.jboss.weld.experimental.ExperimentalEvent
 
select(Class<U>, Annotation...) - Method in interface org.jboss.weld.experimental.ExperimentalEvent
 
select(TypeLiteral<U>, Annotation...) - Method in interface org.jboss.weld.experimental.ExperimentalEvent
 
SessionContext - Interface in org.jboss.weld.context
The built in session context is associated with SessionScoped.
setConcurrentAccessTimeout(long) - Method in interface org.jboss.weld.context.ConversationContext
Set the concurrent access timeout
setDefaultTimeout(long) - Method in interface org.jboss.weld.context.ConversationContext
Set the default inactivity timeout.
setObserverMethod(ObserverMethod<T>) - Method in interface org.jboss.weld.experimental.ExperimentalProcessObserverMethod
Replaces the observer method.
setParameterName(String) - Method in interface org.jboss.weld.context.ConversationContext
Set the name of the parameter used to propagate the conversation id
SingletonContext - Interface in org.jboss.weld.context
The built in singleton context, associated with Singleton.
stereotypes(Set<Class<? extends Annotation>>) - Method in interface org.jboss.weld.experimental.BeanBuilder
 

T

toString() - Method in class org.jboss.weld.experimental.util.ForwardingExperimentalObserverMethod
 
touch() - Method in interface org.jboss.weld.context.ManagedConversation
Touches the managed conversation, updating the "last used" timestamp
types(Type...) - Method in interface org.jboss.weld.experimental.BeanBuilder
 
types(Set<Type>) - Method in interface org.jboss.weld.experimental.BeanBuilder
 

U

Unbound - Annotation Type in org.jboss.weld.context.unbound
Qualifier used with all for all of the unbound contexts Weld offers.
UnboundLiteral - Class in org.jboss.weld.context.unbound
Annotation literal for Bound
unlock() - Method in interface org.jboss.weld.context.ManagedConversation
Attempts to unlock the conversation

V

veto() - Method in interface org.jboss.weld.experimental.ExperimentalProcessObserverMethod
Forces the container to ignore the observer method.
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links

Copyright © 2008-2015. All Rights Reserved.