Access Java Library in IDP v5

Cantor, Scott cantor.2 at osu.edu
Mon Mar 11 19:17:05 UTC 2024


You probably were getting away with something improper, if you want a class object, that would be class="T(classname)".

I think you can also get hold of classes indirectly in Velocity with a trick like $object.getClass().forName("name of other class") because you can call static methods on actual objects.

> What is the best way to get a hosts DNS name? 

A custom property set differently per host probably.

-- Scott




More information about the users mailing list