Class FormatResult

java.lang.Object
name.matthewgreet.strutscommons.form.FormatResult
All Implemented Interfaces:
Serializable

public class FormatResult extends Object implements Serializable
Value Object describing formatted field values to be placed on the Value Stack.
See Also:
  • Constructor Details

    • FormatResult

      public FormatResult()
  • Method Details

    • getFormattedSingleFieldValues

      public Map<String,String> getFormattedSingleFieldValues()
    • getFormattedMultipleFieldValues

      public Map<String,List<String>> getFormattedMultipleFieldValues()