> > (3) Usage.
> >
> > I'd like that class to be more flexible in order to do the following
for
> > example:
> >
> > Interpolation interpolation = new Interpolation();
> > interpolation.setStartMarker("<");
> > interpolation.setEndMarker(">");
> > interpolation.setMap(aMap);
> > String news = interpolation.interpolate(templateString);
> 
> Sounds interesting.  ${..} seems a common default though.
> 
> Hen

Agreed, the defaults are fine. The pieces should be pluggable is all I
am saying which gives us the biggest bang for the buck with this new
class.

Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to