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