net.contextfw.web.commons.js.JsTemplateService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-commons Show documentation
Show all versions of web-commons Show documentation
Context Web Application Framework
The newest version!
package net.contextfw.web.commons.js;
import net.contextfw.web.application.DocumentProcessor;
import org.dom4j.Document;
public interface JsTemplateService extends DocumentProcessor {
String NS = "http://www.contextfw.net/js";
String PREFIX = "js";
void process(Document document);
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy