Returns the action configuration for the specifed action action identifier.
null
523524525526527528529530531532533
if ((this.src != null) || (this.srcKey != null)) { throwImgTagSrcException(); } // Translate the action if it is an actionId ActionConfig actionConfig = moduleConfig.findActionConfigId(this.action); if (actionConfig != null) { action = actionConfig.getPath(); } return TagUtils.getInstance().getActionMappingURL(action, module,