Interface IClassResolver

All Known Implementing Classes:
DefaultClassResolver

public interface IClassResolver
Interface for loading classes. All dynamic class loading is done through this interface. Purpose: implementations can observe the loading of classes and e.g. can intervent if classes are dynamically loaded which are not to be loaded.

Required for security management - so that the access to classes can be monitored and checked.