public class AppsContext
extends java.lang.Object
Constructor and Description |
---|
AppsContext(int contractId,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> dataMap,
java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getConnection() |
int |
getContractId() |
java.util.Map<java.lang.String,java.lang.Object> |
getDataMap() |
javax.servlet.http.HttpServletRequest |
getRequest() |