org.jboss.seam.contexts |
The Seam Context API and implementations. |
Java Source File Name | Type | Comment |
AbstractEntityBeanCollection.java | Class | |
ApplicationContext.java | Class | Application context - state associated with a
deployment to a particular node. |
BasicContext.java | Class | A basic implementation of Context that keeps the state
in a Map. |
BusinessProcessContext.java | Class | Exposes a jbpm variable context instance for reading/writing. |
Context.java | Interface | API for accessing named components and named values that
are currently associated with a particular seam scope. |
Contexts.java | Class | Provides access to the current contexts associated with the thread. |
EntityBean.java | Class | Swizzles entities held in the conversation context at
the end of each request. |
EntityBeanList.java | Class | Swizzles entities held in the conversation context at
the end of each request. |
EntityBeanMap.java | Class | Swizzles entities held in the conversation context at
the end of each request. |
EntityBeanSet.java | Class | Swizzles entities held in the conversation context at
the end of each request. |
EventContext.java | Class | Event context - spans a single request to
the server. |
FacesLifecycle.java | Class | Methods for setup and teardown of Seam contexts at the
beginning and end of JSF requests. |
Lifecycle.java | Class | Methods for setup and teardown of Seam contexts. |
package-info.java | | |
PageContext.java | Class | The page context allows you to store state during a request that
renders a page, and access that state from any postback request
that originates from that page. |
PassivatedEntity.java | Class | A swizzled entity reference, consisting of the class,
id and persistence context name. |
RemotingLifecycle.java | Class | |
ServerConversationContext.java | Class | A conversation context is a logical context that lasts longer than
a request but shorter than a login session. |
ServletLifecycle.java | Class | Methods for setup and teardown of Seam contexts at the
beginning and end of servlet requests. |
SessionContext.java | Class | Session context - state associated with a user session. |
TestLifecycle.java | Class | Methods for setup and teardown of Seam contexts at the
beginning and end of a test. |
Wrapper.java | Interface | |