public class AWSemanticKeyProvider_AWAction extends AWSemanticKeyProvider
{
public String getKey (Object receiver, AWComponent parent)
{
AWAction action = (AWAction)receiver;
return AWRecordingManager.actionEffectiveKeyPathInComponent(action._action, parent);
}