com.netgrif.application.engine.DevConsole Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of application-engine Show documentation
Show all versions of application-engine Show documentation
System provides workflow management functions including user, role and data management.
package com.netgrif.application.engine;
import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
import groovy.lang.*;
import groovy.util.*;
import static org.springframework.http.MediaType.APPLICATION_JSON_VALUE;
import static org.springframework.http.MediaType.APPLICATION_XML_VALUE;
@org.springframework.web.bind.annotation.RestController() @org.springframework.web.bind.annotation.RequestMapping(value="/dev/") @org.springframework.context.annotation.Profile(value="dev") public class DevConsole
extends java.lang.Object implements
groovy.lang.GroovyObject {
;
@groovy.transform.Generated() @groovy.transform.Internal() @java.beans.Transient() public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
@groovy.transform.Generated() @groovy.transform.Internal() public void setMetaClass(groovy.lang.MetaClass mc) { }
@org.springframework.web.bind.annotation.GetMapping(value="/dataset/{title}", produces=org.springframework.http.MediaType.APPLICATION_JSON_VALUE) public java.lang.String dataset(@org.springframework.web.bind.annotation.PathVariable() java.lang.String title) { return (java.lang.String)null;}
@org.springframework.web.bind.annotation.GetMapping(value="/net/{title}", produces=org.springframework.http.MediaType.APPLICATION_XML_VALUE) public java.lang.String netSnapshot(@org.springframework.web.bind.annotation.PathVariable() java.lang.String title) { return (java.lang.String)null;}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy