This package provides several RenderStrategy implementations that are
utilized by the ComponentListController to lookup and render the actual
components.
Provides classes to display forms. The actual form processing is done using
the org.riotfamily.forms package which can also be used as standalone project.
Website users can submit user-generated content. Before the content is displayed
on the website, an administrator needs to review the submissions.
A StatusMonitor can be added to the riot-servlet context that checks whether
there are pending submissions. If there is any content that needs to be approved,
a message is displayed, containing the number of submissions and a link to the
appropriate Riot list.
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.