Class PlantUmlMindMapStepSVGReader
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.reading.AbstractReader
org.ametys.plugins.workflow.readers.AbstractPlantUMLSVGReader
org.ametys.plugins.workflow.readers.AbstractPlantUMLMindmapSVGReader
org.ametys.plugins.workflow.readers.PlantUmlMindMapStepSVGReader
- All Implemented Interfaces:
 Poolable,Recyclable,Component,LogEnabled,Serviceable,Reader,SitemapModelComponent,SitemapOutputComponent
Read step mindMap from plantUML
- 
Field Summary
Fields inherited from class org.ametys.plugins.workflow.readers.AbstractPlantUMLSVGReader
__MAIN_STEP_NODE_COLOR, _i18nHelper, _i18nUtils, _jsonUtils, _workflowRightHelper, _workflowSessionHelper, _workflowStepDAO, _workflowTransitionDAOFields inherited from class org.apache.cocoon.reading.AbstractReader
objectModel, out, parameters, resolver, source - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected String_getPlantUMLGraphContent(Request request, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor) Get the plantUML diagram bodyprotected StringGet plantUML style for current diagramMethods inherited from class org.ametys.plugins.workflow.readers.AbstractPlantUMLMindmapSVGReader
_getMindMapNodeContent, _getPlantUMLTypeMethods inherited from class org.ametys.plugins.workflow.readers.AbstractPlantUMLSVGReader
_getActionLabel, _getActionTooltip, _getJsFunction, _getPlantUMLContent, _getStepNodeLabel, _getStepTooltip, _getStringWithEscapedSpace, _setContextInRequestAttributes, _setPlantUMLProperties, generate, serviceMethods inherited from class org.apache.cocoon.reading.AbstractReader
getLastModified, getMimeType, recycle, setOutputStream, setup, shouldSetContentLengthMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
- 
Constructor Details
- 
PlantUmlMindMapStepSVGReader
public PlantUmlMindMapStepSVGReader() 
 - 
 - 
Method Details
- 
_getPlantUMLStyle
Description copied from class:AbstractPlantUMLSVGReaderGet plantUML style for current diagram- Specified by:
 _getPlantUMLStylein classAbstractPlantUMLSVGReader- Returns:
 - the style as string
 
 - 
_getPlantUMLGraphContent
protected String _getPlantUMLGraphContent(Request request, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor) Description copied from class:AbstractPlantUMLSVGReaderGet the plantUML diagram body- Specified by:
 _getPlantUMLGraphContentin classAbstractPlantUMLSVGReader- Parameters:
 request- the requestworkflowDescriptor- descriptor of current workflow- Returns:
 - the diagram body as string
 
 
 -