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

net.sf.jsptest.compiler.jsp21.JspCompilerImpl Maven / Gradle / Ivy

Go to download

JspTest variant suitable for testing JavaServer Pages that follow the JSP 2.1 specification.

The newest version!
package net.sf.jsptest.compiler.jsp21;

import java.util.Map;
import net.sf.jsptest.compiler.api.Jsp;
import net.sf.jsptest.compiler.api.JspCompiler;

/**
 * @author Lasse Koskela
 * @author Meinert Schwartau (scwar32)
 */
public class JspCompilerImpl implements JspCompiler {

    public Jsp compile(String path, Map taglibs) {
        throw new RuntimeException("Not implemented");
    }

    public void setOutputDirectory(String directory) {
    }

    public void setWebRoot(String directory) {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy