Package org.apache.tiles.core.definition
Interface DefinitionsReader
- All Known Implementing Classes:
- DigesterDefinitionsReader
public interface DefinitionsReader
Interface for reading 
DefinitionThis interface provides a standard way to read
 Definition
- 
Method Summary
- 
Method Details- 
readReadsDefinition- Parameters:
- source- The source from which definitions will be read.
- Returns:
- a Map of Definitionobjects read from the source.
- Throws:
- DefinitionsFactoryException- if the source is invalid or an error occurs when reading definitions.
 
 
-