return null;
}
ActionConfigSet set = list.get(lastMatched);
return set.lookup(method);
}
/**
* Lookups action config for given action class and method string (aka 'action string').
* The action string has the following format: <code>className#methodName</code>.