[Index]

class


Returns a Class for the given name.

This class is not java.io.Serializable because it requires a ClassLoader so it can not be used to set a property on a server from an Odjdob Client.


Property Summary

classLoader The class loader to use to load the class.
name The name of the class.

Example Summary

Example 1 See convert for an example.

Property Detail

classLoader

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo, defaults to Oddjob's class loader.

The class loader to use to load the class.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The name of the class.


Examples

Example 1

See convert for an example.


(c) Rob Gordon 2005 - 2017