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

de.mklinger.qetcher.liferay.client.impl.htmlinliner.QetcherHtmlInlineConfiguration Maven / Gradle / Ivy

The newest version!
package de.mklinger.qetcher.liferay.client.impl.htmlinliner;

/**
 * @author Marc Klinger - mklinger[at]mklinger[dot]de
 */
public class QetcherHtmlInlineConfiguration {
	public boolean isInlineExternalImagesForHtml() {
		return true;
	}

	public boolean isInlineInternalImagesForHtml() {
		return true;
	}

	public boolean isInlineCssForHtml() {
		return true;
	}

	public boolean isInlineJsForHtml() {
		return true;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy