|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InheritanceResolver
This interface is used to resolve inheritances between Tiles definitions files, using the related decisions as a basis.
| Method Summary | |
|---|---|
void |
addDefinitionsPath(Decision decision,
java.lang.String xmlDefinitionsPath)
Adds a definition path, related to a specific decision. |
java.util.Collection |
getPathSequence(Decision decision)
Returns the sequence of Tiles definitions files to load to correctly have the final XmlDefinitionsSet. |
void |
resolveInheritances()
Resolves the inheritances between the submitted Tiles definitions files. |
| Method Detail |
|---|
void addDefinitionsPath(Decision decision,
java.lang.String xmlDefinitionsPath)
decision - The decision to assign to the specified Tiles definitions file.xmlDefinitionsPath - The path to the Tiles definitions file.
void resolveInheritances()
throws java.lang.Exception
java.lang.Exception - If something goes wrong.java.util.Collection getPathSequence(Decision decision)
decision - The decision to be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||