Chris Gastin wrote:

I was just curious why the TagUtils class is a Singleton?

Thanks,
Chris Gastin


It gives you the opportunity to replace the implementation of these methods without having to change the calling sequence (since you can't transparently overrde static methods of a class). Of course, this isn't very useful without some configurable replacement mechansim, but the basics are in place to enable this.

Craig



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



Reply via email to