All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nz.ac.auckland.lmz.widget.assets.AssetBundle.groovy Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
package nz.ac.auckland.lmz.widget.assets

/**
 * @author Marnix Cook
 *
 * This data object contains infomration regarding assets that are to be
 * loaded when the widget is initialized.
 */
class AssetBundle {

    /**
     * List of CSS files to load
     */
    List styles;

    /**
     * List of javascripts to load
     */
    List javascripts;

    /**
     * Bootstrapping function that is to be called
     */
    String bootstrap;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy