> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 11:22 PM > > ... > > What would be really convenient is a class with hooks into the > Velocity internals which takes a Class object in its constructor and > invokes methods via reflection (much as Velocity does anyhow), using > Velocity's internal introspection and/or uberspection caches.
The hooking would be trivial by using: - A special class just to hold the introspected class (as you mention); - The custom instrospection mechanism. So... yest another use for custom introspection! =:oD Have fun, Paulo Gaspar http://www.krankikom.de http://www.ruhronline.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
