* we've already validated that there are no method parameters when
* creating the controller database
*/
FastClass actionFastClass = controllerDb.getFastClass(instance.getClass());
Object returnObj = actionFastClass.invoke(interceptorMethod.fastIndex(), instance,
getBeforeOrAfterActionArgs(interceptorMethod.parameterTypes(), actionArgs,
actionAnnotations, entity, marshalledEntity));
if (returnObj != null && returnObj instanceof View) {
view = (View) returnObj;