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

nz.ac.auckland.lmz.widget.stencil.ConfigurationStencil Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
package nz.ac.auckland.lmz.widget.stencil;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

@nz.ac.auckland.stencil.Path(value="/widgets/{name}/configuration") public class ConfigurationStencil
  extends java.lang.Object  implements
    nz.ac.auckland.stencil.Stencil,    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.lmz.widget.service.WidgetService getWidgetService() { return (nz.ac.auckland.lmz.widget.service.WidgetService)null;}
public  void setWidgetService(nz.ac.auckland.lmz.widget.service.WidgetService value) { }
public  nz.ac.auckland.lmz.common.LmzAppVersion getAppVersion() { return (nz.ac.auckland.lmz.common.LmzAppVersion)null;}
public  void setAppVersion(nz.ac.auckland.lmz.common.LmzAppVersion value) { }
@java.lang.Override() public  void render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.Map pathParameters) { }
protected  void outputSerializedConfiguration(javax.servlet.http.HttpServletResponse response, java.lang.String jsonOutput) { }
protected  java.lang.String serializeConfiguration(nz.ac.auckland.lmzwidget.configuration.model.WidgetConfiguration widgetConfiguration) { return (java.lang.String)null;}
protected  void widgetNotFound(javax.servlet.http.HttpServletResponse response) { }
protected  nz.ac.auckland.lmzwidget.generator.ConfigurationTransformation getConfigurationTransformationInstance() { return (nz.ac.auckland.lmzwidget.generator.ConfigurationTransformation)null;}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy