com.sdm.quasar.client.spring.dialog
Class SpringDialogDefinitionReader

java.lang.Object
  extended bycom.sdm.quasar.client.spring.dialog.SpringDialogDefinitionReader
All Implemented Interfaces:
DialogDefinitionReader

public class SpringDialogDefinitionReader
extends java.lang.Object
implements DialogDefinitionReader

A DialogDefinitionReader, that reads dialog definitions

Version:
1.0
Author:
Bernd Olleck, sd&m AG

Constructor Summary
SpringDialogDefinitionReader(java.lang.String resourceName)
          Constructor that creates a new bean factory with the given file as configuration.
 
Method Summary
 void readDialogDefinitions(DialogDefinitionService dialogDefinitionService)
          Reads dialog definitions from the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringDialogDefinitionReader

public SpringDialogDefinitionReader(java.lang.String resourceName)
Constructor that creates a new bean factory with the given file as configuration.

Parameters:
resourceName - the name of the configuration file.
Method Detail

readDialogDefinitions

public void readDialogDefinitions(DialogDefinitionService dialogDefinitionService)
                           throws java.io.IOException
Description copied from interface: DialogDefinitionReader
Reads dialog definitions from the resource.

Specified by:
readDialogDefinitions in interface DialogDefinitionReader
Parameters:
dialogDefinitionService - the DialogDefinitionService to which the dialog definitions should be added
Throws:
java.io.IOException - if exception occured reading the resource
See Also:
DialogDefinitionReader.readDialogDefinitions(com.sdm.quasar.client.core.dialog.services.DialogDefinitionService)