RequestContext

<%@page import="com.primeton.tp.core.prservice.context.RequestContext"%>

RequestContext reqContext = (RequestContext) request.getAttribute(com.primeton.tp.web.driver.webdriver.WebDriver.REQUEST_REQUEST_CONTEXT);
 
int rowNum = new Integer(reqContext.getEntityValue("list/@rowNum")).intValue();

String f1 = reqContext.getEntityValue("list/"+entityName+"[@rowNum='"+ i + "']/" + fields[j])

你可能感兴趣的:(String,Integer,import)