| Package | Description |
|---|---|
| javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
| javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.context |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.context.conversation |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.context.http |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.context.unbound |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.probe |
| Class and Description |
|---|
| ContextException
Indicates a problem relating to context management.
|
| NormalScope
Specifies that an annotation type is a normal scope type.
|
| Class and Description |
|---|
| RequestScoped
Specifies that a bean is request scoped.
|
| Class and Description |
|---|
| Conversation
Allows the application to manage the conversation context by marking
the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation
timeout.
|
| Class and Description |
|---|
| BusyConversationException
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation
context.
|
| ContextNotActiveException
Indicates that a context is not active.
|
| Conversation
Allows the application to manage the conversation context by marking
the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation
timeout.
|
| NonexistentConversationException
Indicates that the conversation context could not be restored.
|
| Class and Description |
|---|
| Conversation
Allows the application to manage the conversation context by marking
the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation
timeout.
|
| Class and Description |
|---|
| Conversation
Allows the application to manage the conversation context by marking
the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation
timeout.
|
| Class and Description |
|---|
| ApplicationScoped
Specifies that a bean is application scoped.
|
| Class and Description |
|---|
| Dependent
Specifies that a bean belongs to the dependent pseudo-scope.
|
Copyright © 2015. All Rights Reserved.