Package com.google.gwt.activity.shared
Interface ActivityMapper
-
- All Known Implementing Classes:
CachingActivityMapper,FilteredActivityMapper
public interface ActivityMapperFinds the activity to run for a givenPlace, used to configure anActivityManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivitygetActivity(Place place)Returns the activity to run for the givenPlace, or null.
-