165166167168169170171172173
handlers.get(action.getClass()); final ActionHandler<A, R> handler = ServiceLocator.instance().getInstance(handlerClazz); if (handler == null) throw new UnsupportedActionException(action); return handler; }