Package org.zkoss.lang
Interface ClassResolver
-
- All Known Subinterfaces:
Page
- All Known Implementing Classes:
AbstractPage,ImportedClassResolver,PageImpl,SimpleClassResolver,VolatileIPage,VolatilePage
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.
-