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

net.contextfw.web.commons.js.JsTemplateService Maven / Gradle / Ivy

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