- All Implemented Interfaces:
- com.google.gwt.activity.shared.ActivityMapper
public class MvwActivityMapper
extends Object
implements com.google.gwt.activity.shared.ActivityMapper
The MvwActivityMapper is a generic activity mapper that's used in conjunction
with the Model View Whatever (MVW) framework. This works because of a couple
of design choices: 1. Places map one-to-one with Activities and 2. All places
are derived from a common MvwPlace which knows how to construct the Activity
associated with it.