Package com.google.gwt.activity.shared
Interface ActivityMapper
- All Known Implementing Classes:
CachingActivityMapper,FilteredActivityMapper
public interface ActivityMapper
Finds the activity to run for a given
Place, used to configure
an ActivityManager.-
Method Summary
Modifier and TypeMethodDescriptiongetActivity(Place place) Returns the activity to run for the givenPlace, or null.
-
Method Details