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

com.bmuschko.gradle.tomcat.options.TrimSpaces.groovy Maven / Gradle / Ivy

Go to download

Gradle plugin supporting deployment of your web application to an embedded Tomcat web container.

The newest version!
package com.bmuschko.gradle.tomcat.options

/**
 * Jasper configuration for trimming whitespace from template text. For more information please see the
 * Tomcat Jasper documentation.
 *
 * @since 2.4.1
 */
enum TrimSpaces {
    TRUE, FALSE, SINGLE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy