How do I Map a Mediator?
A Mediator can be mapped in any class that has has the mediatorMap instance available. This includes the Mediator, Context, and Command classes.
This is the syntax for mapping a mediator:
mediatorMap.mapView( ViewClass, MediatorClass, injectViewAs, autoCreate, autoRemove );