Class Utils


  • public class Utils
    extends Object
    A collection of utilities for ZK WPD extension.
    Since:
    10.2.1.0
    Author:
    jumperchen
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • outJSModules

        public static final String outJSModules​(String src,
                                                String libraryKey)
                                         throws IOException
        Generates JS module when the given libraryKey is enabled in Library.
        Parameters:
        src - The module path
        libraryKey - The key of the enabled module in Library.getProperty().
        Throws:
        IOException