Spring Web Flow

Package org.springframework.webflow.core.collection

Core element collection types used within Spring Web Flow.

See: Description

Package org.springframework.webflow.core.collection Description

Core element collection types used within Spring Web Flow.

This packages defines two primary collection flavors:

  1. AttributeMap - for accessing 'attributes' that have string keys and object values.
  2. ParameterMap - for accessing 'parameters' that have string keys and string values.

Each map is java.util.Map adaptable.

Spring Web Flow