1) I felt the 'interpolateRepeatedly' scanned badly as a method name. But I
couldn't think of anything better.

2) I wondered if it should be InterpolateUtils, or some such to fit with our
Utils classes.

Stephen

----- Original Message -----
From: "Gary Gregory" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
Sent: Thursday, August 26, 2004 11:52 PM
Subject: RE: [lang] Interpolation


> > (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]



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

Reply via email to