org.zkoss.lang
Interface ClassResolver

All Known Implementing Classes:
ImportedClassResolver, SimpleClassResolver

public interface ClassResolver

A resolver that can resolve the class of the given name.

Since:
6.0.0
Author:
tomyeh

Method Summary
 Class<?> resolveClass(String clsnm)
          Resolves the class of the specified name.
 

Method Detail

resolveClass

Class<?> resolveClass(String clsnm)
                      throws ClassNotFoundException
Resolves the class of the specified name.

Throws:
ClassNotFoundException - if the class is not found.


Copyright © 2013. All rights reserved.