if (StringUtil.isNull(type))
type = defaultResultType;
ResultTypeProxy rtp = resultTypes.get(type);
if (rtp == null)
throw new MFinderException("No such ResultType [" + type + "] at : "
+ invocation.getActionProxy().getMethodInfo(), invocation.getActionProxy());
if (rtp.isRequireAction()) {
((DefaultActionInvocation) invocation).setResult(result);
}