Package org.zkoss.zel

Interface ImportHandler.PageClassResolver

  • Enclosing class:
    ImportHandler

    public static interface ImportHandler.PageClassResolver
    • 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.