343536373839404142
} protected static HttpAdaptor evalHttpAdaptor(NutConfig config, ActionInfo ai) { HttpAdaptor re = evalObj(config, ai.getAdaptorInfo()); if (null == re) re = new PairAdaptor(); re.init(ai.getMethod()); return re; }
666768697071727374