Uses of Package
org.springframework.webflow.core.collection

Packages that use org.springframework.webflow.core.collection
org.springframework.webflow.action Common action implementations invokable by flow definitions. 
org.springframework.webflow.config High-level flow system configuration support within a Spring environment. 
org.springframework.webflow.context The external context subsystem for accessing the environment of a client that has called into Spring Web Flow. 
org.springframework.webflow.context.portlet The representation of a client request into Spring Web Flow from a JSR-168 Portlet environment. 
org.springframework.webflow.context.servlet The representation of a client request into Spring Web Flow from an HTTP Servlet environment. 
org.springframework.webflow.core.collection Core element collection types used within Spring Web Flow. 
org.springframework.webflow.definition Core, stable abstractions for representing flow definitions. 
org.springframework.webflow.definition.registry The flow definition registry subsystem for managing containers of flow definitions. 
org.springframework.webflow.engine The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. 
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
org.springframework.webflow.engine.builder.xml The XML-based flow builder implementation. 
org.springframework.webflow.engine.impl The implementation of Spring Web Flow's flow execution machine. 
org.springframework.webflow.engine.support Support implementations for internal engine-specific types. 
org.springframework.webflow.execution Core, stable abstractions for representing runtime executions of flow definitions. 
org.springframework.webflow.execution.repository.support General purpose implementation assistance for flow execution repositories. 
org.springframework.webflow.execution.support Useful generic support implementations of core flow execution types. 
org.springframework.webflow.executor High-level executors for driving the execution of flow definitions. 
org.springframework.webflow.executor.jsf The integration layer between Spring Web Flow and Java Server Faces (JSF). 
org.springframework.webflow.executor.support Flow executor implementation support; includes helpers for driving the execution of flows. 
org.springframework.webflow.test Support for testing flows and their associated artifacts. 
org.springframework.webflow.test.execution Support for testing the execution of a flow definition. 
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.action
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.config
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.context
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
ParameterMap
          An interface for accessing parameters in a backing map.
SharedAttributeMap
          An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.context.portlet
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
ParameterMap
          An interface for accessing parameters in a backing map.
SharedAttributeMap
          An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.context.servlet
AttributeMapBindingListener
          Causes an object to be notified when it is bound or unbound from an AttributeMap.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
ParameterMap
          An interface for accessing parameters in a backing map.
SharedAttributeMap
          An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.core.collection
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
AttributeMapBindingEvent
          Holder for information about the binding or unbinding event in an AttributeMap.
LocalAttributeMap
          A generic, mutable attribute map with string keys.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
ParameterMap
          An interface for accessing parameters in a backing map.
SharedAttributeMap
          An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.definition
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.definition.registry
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.engine
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
LocalAttributeMap
          A generic, mutable attribute map with string keys.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.engine.builder
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.engine.builder.xml
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.engine.impl
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.engine.support
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.execution
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
ParameterMap
          An interface for accessing parameters in a backing map.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.execution.repository.support
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.execution.support
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.executor
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.executor.jsf
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
ParameterMap
          An interface for accessing parameters in a backing map.
SharedAttributeMap
          An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.executor.support
ParameterMap
          An interface for accessing parameters in a backing map.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.test
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
LocalParameterMap
          An immutable parameter map storing String-keyed, String-valued parameters in a backing Map implementation.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
ParameterMap
          An interface for accessing parameters in a backing map.
SharedAttributeMap
          An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
 

Classes in org.springframework.webflow.core.collection used by org.springframework.webflow.test.execution
AttributeMap
          An immutable interface for accessing attributes in a backing map with string keys.
MutableAttributeMap
          An interface for accessing and modifying attributes in a backing map with string keys.
ParameterMap
          An interface for accessing parameters in a backing map.
 



Copyright © 2009 Spring Framework. All Rights Reserved.