com.sdm.quasar.client.core.dialog.services
Interface DialogDefinitionReader
- All Known Implementing Classes:
- SpringDialogDefinitionReader
- public interface DialogDefinitionReader
Reads a dialog definitions and adds them to the DialogDefinitionService.
- Version:
- 1.0
- Author:
- Thomas Wolf, sd&m AG, Bernd Olleck, sd&m AG
- See Also:
DialogDefinitionService.addDialogDefinitionsWithReader(DialogDefinitionReader),
DialogDefinitionService#addDialogDefinition(String, com.sdm.quasar.client.core.dialog.DialogConfiguration, com.sdm.quasar.client.core.dialog.DialogProperties)
readDialogDefinitions
public void readDialogDefinitions(DialogDefinitionService dialogDefinitionService)
throws java.io.IOException
- Reads dialog definitions from the resource.
- Parameters:
dialogDefinitionService - the DialogDefinitionService to which the dialog
definitions should be added
- Throws:
java.io.IOException - if exception occured reading the resource