
net.sf.jsptest.compiler.api.JspExecution Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsptest-compiler-api Show documentation
Show all versions of jsptest-compiler-api Show documentation
A common internal API for the different versions of JSP
version-specific compilers.
The newest version!
package net.sf.jsptest.compiler.api;
/**
* @author Lasse Koskela
*/
public interface JspExecution {
String getRenderedResponse();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy