站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.1 API 英文版文档

org.jboss.seam.core (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档


Package org.jboss.seam.core

Class Summary
Actor Allows the application to specify the jBPM actorId during the login cycle.
ApplicationContext Support for injecting the application context
BusinessProcessContext Support for injecting the business process context
Conversation Allows the conversation timeout to be set per-conversation, and the conversation description and switchable outcome to be set when the application requires workspace management functionality.
ConversationContext Support for injecting the conversation context
ConversationEntry Metadata about an active conversation.
ConversationList  
ConversationStack Support for "breadcrumbs".
Ejb A seam component that bootstraps the embedded EJB container
EventContext Support for injecting the event context
Events  
FacesContext Support for injecting the JSF FacesContext object
FacesMessages A Seam component that TBD.
Hibernate A seam component that boostraps a Hiberate SessionFactory
HttpError Convenient HTTP errors
Init A Seam component that holds Seam configuration settings
Init.FactoryMethod  
Init.ObserverMethod  
Interpolator Interpolates EL expressions in Strings
IsUserInRole Manager component for a map of roles assigned to the current user, as exposed via the JSF ExternalContext.
Jbpm A seam component that boostraps a JBPM SessionFactory
Locale Manager component for the current user's locale
LocaleSelector Selects the current user's locale
ManagedHibernateSession A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
ManagedJbpmContext Manages a reference to a JbpmSession.
ManagedPersistenceContext A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
Manager The Seam conversation manager.
Messages Support for an application-global resource bundle
Microcontainer A seam component that bootstraps the JBoss microcontainer
PageContext Support for injecting the page context
Pageflow A Seam component that manages the current jBPM ProcessInstance used for pageflow.
Pages Holds metadata for pages defined in pages.xml, including page actions and page descriptions.
PojoCache  
PooledTask Support for the task list.
PooledTaskInstanceList Support for the pooled task list.
Process Holds the task and process ids for the current conversation
ProcessInstance A Seam component that allows injection of the current jBPM ProcessInstance.
Redirect Convenient API for performing browser redirects with parameters.
ResourceBundle Support for an application-global resource bundle
SessionContext Support for injecting the session context
StatelessContext Support for injecting the stateless context
Switcher Support for the conversation switcher drop-down menu.
TaskInstance A Seam component that allows injection of the current jBPM TaskInstance.
TaskInstanceList Support for the task list.
TaskInstanceListForType Support for a list of tasks of a particular type.
Transition Allows the application to set the jBPM transition to be used when
UiComponent  
UserPrincipal Manager component for the current user Principal exposed via the JSF ExternalContext.