| PreparerFactory | Factory interface used to create/retrieve instances of the ViewPreparer interface. |
code | html |
| ViewPreparer | Executed prior to rendering a view. |
code | html |
| BasicPreparerFactory | Default implementation of the PreparerFactory . | code | html |
| NoSuchPreparerException | Thrown when the named preparerInstance can not be found. | code | html |
| PreparerException | Thrown when an exception occurs while processing a prepare request. |
code | html |
| ViewPreparerSupport | Basic implementation of ViewPreparer. | code | html |