public class WordExportController extends AgentController
Constructor and Description |
---|
WordExportController() |
Modifier and Type | Method and Description |
---|---|
void |
generateVelocityDocx(java.io.File outputFile,
java.util.Map<java.lang.String,java.lang.Object> models,
java.io.InputStream template)
Generate a docx File on the given location with the given model and template
|
boolean |
setupAgent()
is called by create an agent. and setup default values.
|
addChild, getParent, receiveMessage, removeCildren, setParent
public boolean setupAgent()
AgentController
setupAgent
in class AgentController
public void generateVelocityDocx(java.io.File outputFile, java.util.Map<java.lang.String,java.lang.Object> models, java.io.InputStream template)
outputFile
- The File object where it should be savedmodels
- the data Models as a maptemplate
- the Template which should be used