Class WorkflowDiagramImageController


  • @Controller
    @RequestMapping("/workflowDiagramRenderer")
    public class WorkflowDiagramImageController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateDiagram​(java.lang.String pk, java.lang.String style, double scale, java.lang.String lang)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkflowDiagramImageController

        public WorkflowDiagramImageController()
    • Method Detail

      • generateDiagram

        @RequestMapping(method=GET,
                        produces="image/svg+xml;charset=UTF-8")
        @ResponseBody
        public java.lang.String generateDiagram​(@RequestParam
                                                java.lang.String pk,
                                                @RequestParam
                                                java.lang.String style,
                                                @RequestParam(defaultValue="1.0",required=false)
                                                double scale,
                                                @RequestParam(defaultValue="en",required=false)
                                                java.lang.String lang)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception