public class GraphvizJsFlowGenerator extends DotFlowGenerator
log
Constructor and Description |
---|
GraphvizJsFlowGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
generateFlow(String xml,
OutputStream outputStream) |
String |
getFileExtension() |
GraphvizEngine |
getGraphvizEngine()
The IFlowGenerator is wrapped in a SoftReference, wrapped in a ThreadLocal.
|
org.springframework.http.MediaType |
getMediaType() |
afterPropertiesSet, generateDot
public GraphvizEngine getGraphvizEngine()
public void generateFlow(String xml, OutputStream outputStream) throws FlowGenerationException
generateFlow
in interface IFlowGenerator
generateFlow
in class DotFlowGenerator
FlowGenerationException
public String getFileExtension()
getFileExtension
in interface IFlowGenerator
getFileExtension
in class DotFlowGenerator
public org.springframework.http.MediaType getMediaType()
getMediaType
in interface IFlowGenerator
getMediaType
in class DotFlowGenerator
public void destroy()
destroy
in interface org.springframework.beans.factory.DisposableBean
destroy
in class DotFlowGenerator
Copyright © 2023 Frank!Framework. All rights reserved.