Esempio n. 1
0
 final void setProcessingConfig(String pKey, Object pValue) {
   ConfigKey cKey = ConfigKey.getRequestConfigKey(pKey);
   if (cKey != null) {
     processingConfig.put(cKey, pValue != null ? pValue.toString() : null);
   }
 }