| Package | Description |
|---|---|
| org.jboss.seam.bpm |
A set of Seam components for business process management
via jBPM, including control of process and task instances,
rendering of task lists, and integration with jBPM.
|
| org.jboss.seam.core |
A set of Seam components that implement Seam.
|
| org.jboss.seam.faces |
A set of Seam components for working with JSF.
|
| org.jboss.seam.international |
Seam components for internationalition of JSF applications.
|
| org.jboss.seam.mail |
Seam components for sending email.
|
| org.jboss.seam.pageflow |
Support for jPDL-based pageflows.
|
| org.jboss.seam.persistence |
Seam components for working with JPA or Hibernate3.
|
| org.jboss.seam.theme |
Support for themes in JSF applications.
|
| org.jboss.seam.web |
Seam components for use in a servlet environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Actor
Allows the application to specify the jBPM actorId
during the login cycle.
|
class |
BusinessProcess
Holds the task and process ids for the current conversation,
and provides programmatic control over the business process.
|
class |
Transition
Allows the application to set the jBPM transition to be used when
an @EndTask method is encountered.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConversationEntries
Manages a map of conversation id to ConversationEntry
in the session context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Redirect
Convenient API for performing browser redirects with
parameters.
|
class |
Selector
Support for selector objects which remember their selection as a cookie
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocaleSelector
Selects the current user's locale
|
class |
TimeZoneSelector
Selects the current user's time zone, defaulting
to the server time zone.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MailSession
Manager component for a javax.mail.Session
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pageflow
A Seam component that manages the current
jBPM ProcessInstance used for pageflow.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceContexts
Maintains the set of persistence contexts that have been touched in a
conversation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeSelector
Selects the current user's theme
|
| Modifier and Type | Class and Description |
|---|---|
class |
Session
Controls HttpSession invalidation in any
servlet or JSF environment.
|
Copyright © 2015 Seam Framework. All Rights Reserved.