org.apache.tiles.preparer
Interface ViewPreparer

Package class diagram package ViewPreparer
All Known Implementing Classes:
ViewPreparerSupport

public interface ViewPreparer

Executed prior to rendering a view.

A view preparer is typically used to provide last minute translations of the data within the attribute context. A preparer is not intended to replace the controller within an MVC architecture.

See