Package org.zkoss.lang
Interface ClassResolver
-
- All Known Implementing Classes:
ImportedClassResolver,SimpleClassResolver
public interface ClassResolverA resolver that can resolve the class of the given name.- Since:
- 6.0.0
- Author:
- tomyeh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>resolveClass(java.lang.String clsnm)Resolves the class of the specified name.
-