All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.webflow.core.collection.package.html Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version


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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy