Interface RouterFactory

All Known Implementing Classes:
ListsRouterFactory, SimpleRouterFactory

public interface RouterFactory
A factory interface for generating router instances.

The factory is defined as an interface because we want to provide a flexible system for defining who is to do the routing. While this package provides a number of pre-packaged routers, a renderer might wish to provide its own optimised system.

Version:
$Revision: 1.1 $
Author:
Justin Couch