Uses of Interface
org.jboss.seam.core.Mutable

Packages that use Mutable
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.drools Seam components for integrating Drools. 
org.jboss.seam.faces A set of Seam components for working with JSF. 
org.jboss.seam.framework A framework for data access in Seam. 
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. 
 

Uses of Mutable in org.jboss.seam.bpm
 

Classes in org.jboss.seam.bpm that implement Mutable
 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.
 

Uses of Mutable in org.jboss.seam.core
 

Classes in org.jboss.seam.core that implement Mutable
 class AbstractMutable
          Base helper implementation of Mutable
 class ConversationEntries
          Manages a map of conversation id to ConversationEntry in the session context.
 

Uses of Mutable in org.jboss.seam.drools
 

Classes in org.jboss.seam.drools that implement Mutable
 class ManagedWorkingMemory
          A conversation-scoped Drools WorkingMemory for a named RuleBase
 

Uses of Mutable in org.jboss.seam.faces
 

Classes in org.jboss.seam.faces that implement Mutable
 class Redirect
          Convenient API for performing browser redirects with parameters.
 class Selector
          Support for selector objects which remember their selection as a cookie
 

Uses of Mutable in org.jboss.seam.framework
 

Classes in org.jboss.seam.framework that implement Mutable
 class EntityHome<E>
          Base class for Home objects of JPA entities.
 class HibernateEntityHome<E>
          Base class for Home objects for Hibernate entities.
 class Home<T,E>
          Base class for components which provide persistence operations to a managed entity instance.
 class MutableController<T>
          Base class for controllers which implement the Mutable interface.
 class MutableEntityController
          Base class for controller objects that perform persistence operations using JPA.
 

Uses of Mutable in org.jboss.seam.international
 

Classes in org.jboss.seam.international that implement Mutable
 class LocaleSelector
          Selects the current user's locale
 class TimeZoneSelector
          Selects the current user's time zone, defaulting to the server time zone.
 

Uses of Mutable in org.jboss.seam.mail
 

Classes in org.jboss.seam.mail that implement Mutable
 class MailSession
          Manager component for a javax.mail.Session
 

Uses of Mutable in org.jboss.seam.pageflow
 

Classes in org.jboss.seam.pageflow that implement Mutable
 class Pageflow
          A Seam component that manages the current jBPM ProcessInstance used for pageflow.
 

Uses of Mutable in org.jboss.seam.persistence
 

Classes in org.jboss.seam.persistence that implement Mutable
 class ManagedHibernateSession
          A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
 class ManagedPersistenceContext
          A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
 class PersistenceContexts
          Maintains the set of persistence contexts that have been touched in a conversation.
 

Uses of Mutable in org.jboss.seam.theme
 

Classes in org.jboss.seam.theme that implement Mutable
 class ThemeSelector
          Selects the current user's theme
 

Uses of Mutable in org.jboss.seam.web
 

Classes in org.jboss.seam.web that implement Mutable
 class Session
          Controls HttpSession invalidation in any servlet or JSF environment.