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

net.sf.jsptest.compiler.api.JspExecution Maven / Gradle / Ivy

Go to download

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