Packages

package dict

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object BooleanDictionary
  2. object BusinessConfigDictionary

    Example dict which shows how we can use dictionary with BC

  3. object LongDictionary
  4. object RGBDictionary

    Example dict which presents how we can use dictionaries - RGB colors example NOTE: we write H00ffff instead of #00ffff, as #00ffff is not proper SpEL identifier, and this case (dict key not being proper identifier) is not handle ATM.

  5. object TestDictionary

    Dictionary which is use at integration tests

Ungrouped