Widen type-constraint on TextTemplate.interpolate(Map<String, Object> variables)
--------------------------------------------------------------------------------

                 Key: WICKET-2409
                 URL: https://issues.apache.org/jira/browse/WICKET-2409
             Project: Wicket
          Issue Type: Improvement
    Affects Versions: 1.4.0
            Reporter: uwe schaefer
            Priority: Minor


The parametrization of interpolate method of TextTemplate and implementors 
should imho be opened to
Map<String,?> in order to be able to use it with Map<String,String> or any 
other value-type.

The current parametrization makes it quite clumsy to use.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to