| Interfaces | |
|---|---|
| ISpecificationResolverDelegate | Delegate interface used when a page or component specification can not be found by the normal means. |
| Classes | |
|---|---|
| AbstractSpecificationResolver | Base class for resolving a IComponentSpecification for a particular page or component, within a specified INamespace . |
| ComponentSpecificationResolver | Utility class that understands the rules of component types (which may optionally have a library prefix) and can resolve the type to a INamespace and a IComponentSpecification . |
| NullSpecificationResolverDelegate | Stand-in class used when the application fails to specify an actual delegate. |
| PageSpecificationResolver | Performs the tricky work of resolving a page name to a page specification. |