nz.ac.auckland.lmz.widget.service.WidgetStencilService 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.service;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
@nz.ac.auckland.common.stereotypes.UniversityComponent() public class WidgetStencilService
extends java.lang.Object implements
groovy.lang.GroovyObject {
;
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public nz.ac.auckland.stencil.StencilService getStencilService() { return (nz.ac.auckland.stencil.StencilService)null;}
public void setStencilService(nz.ac.auckland.stencil.StencilService value) { }
public java.util.List getResources() { return (java.util.List)null;}
public void setResources(java.util.List value) { }
public void renderWrappedJsp(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, nz.ac.auckland.lmz.widget.assets.AssetBundle bundle, java.lang.String page, java.util.Map context) { }
protected void addApplicationResourcesToContext(java.util.Map widgetDataElements) { }
protected void addAssetBundleToContext(nz.ac.auckland.lmz.widget.assets.AssetBundle bundle, java.util.Map widgetDataElements) { }
protected java.lang.String encodeValue(java.lang.Object obj) { return (java.lang.String)null;}
protected java.lang.String escapeAttribute(java.lang.String attr) { return (java.lang.String)null;}
}