nz.ac.auckland.lmz.widget.WidgetStencil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lmzwidget Show documentation
Show all versions of lmzwidget Show documentation
LMZ Widget proof of concept frontend and bus module
package nz.ac.auckland.lmz.widget;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public interface WidgetStencil
{
;
void render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ConfigType config);
}