Class StringConverterInterpolator

All Implemented Interfaces:
Serializable, IClusterable

public class StringConverterInterpolator extends MapVariableInterpolator
Utility class to convert strings to values and vice-versa. It relies on the Wicket converters registered for the current application.
Author:
andrea del bene
See Also:
  • Constructor Details

    • StringConverterInterpolator

      public StringConverterInterpolator(String string, Map<?,?> variables, boolean exceptionOnNullVarValue, Locale locale)
  • Method Details