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

com.causecode.fileuploader.FileUploaderBootStrap.groovy Maven / Gradle / Ivy

package com.causecode.fileuploader

/**
 * The class is used for App initialization settings.
 */
class FileUploaderBootStrap {

    def init = { servletContext ->
    }

    def destroy = {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy