
net.sf.jsptest.compiler.jsp21.JspCompilerImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsptest-jsp21 Show documentation
Show all versions of jsptest-jsp21 Show documentation
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