org.riotfamily.website.template |
Provides classes to compose pages from the output of multiple controllers.
You may think of it as lightweight (though more powerful) alternative to
the Tiles library that comes with the Struts framework.
|
Java Source File Name | Type | Comment |
PushUpTemplateController.java | Class | TemplateController that allows slots to be processed before others while
still being rendered at the original position within the template. |
TemplateController.java | Class | Controller that passes a map of URLs to it's view (the template). |