org.zkoss.lang
Interface ClassResolver

All Known Subinterfaces:
Page
All Known Implementing Classes:
AbstractPage, ImportedClassResolver, PageImpl, SimpleClassResolver, VolatilePage

public interface ClassResolver

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

Since:
6.0.0
Author:
tomyeh

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

Method Detail

resolveClass

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

Throws:
java.lang.ClassNotFoundException - if the class is not found.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo