Parameterizing Tiles
The headerMenuContentLayout.jsp tile just presented is somewhat
inflexible in that it hardcodes the CSS classes:
- headerMenuContent
- header
- menuColumn
- contentColumn
Suppose another tile wanted to use:
- aDifferentHeaderMenuContent
- aDifferentHeader, etc.
To allow this:
Now a
different book tile can define different style class values.