public interface

ActivityMapper

com.google.gwt.activity.shared.ActivityMapper
Known Indirect Subclasses

Class Overview

Finds the activity to run for a given Place, used to configure an ActivityManager.

Summary

Public Methods
abstract Activity getActivity(Place place)
Returns the activity to run for the given Place, or null.

Public Methods

public abstract Activity getActivity (Place place)

Returns the activity to run for the given Place, or null.

Parameters
place a Place object