|
Class Summary |
| AbstractResolver |
The base class from which all Resolvers are derived. |
| ClassicResolver |
This resolving strategy emulates the Turbine 2.x process of matching a target
up with:
A layout module
A layout view
A screen module
The navigation views are stated explicitly in the layout view according to
the resolving process in Turbine 2.x so this resolver doesn't have to do any
work in this respect. |
| Resolution |
A Resolution is the result of target view processing that occurs
within a Resolver. |
| ResolverUtils |
A set of utilities that help with fulling resolving a
target view. |
| SimpleResolver |
|