com.google.gwt.app.place
Interface ActivityMapper<P extends Place>

Type Parameters:
P - the type of place that can be mapped

public interface ActivityMapper<P extends Place>

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

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


Method Summary
 Activity getActivity(P place)
           
 

Method Detail

getActivity

Activity getActivity(P place)