public interface CometRequest
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId() |
String |
getParameter(String name) |
Map<String,String[]> |
getParameterMap() |
Enumeration<String> |
getParameterNames() |
String |
getPathInfo() |
javax.servlet.http.HttpServletRequest |
getRequest() |
long |
getTimestamp() |
long |
getUserId() |
void |
setCompanyId(long companyId) |
void |
setPathInfo(String pathInfo) |
void |
setTimestamp(long timestamp) |
void |
setUserId(long userId) |
long getCompanyId()
String getParameter(String name)
Map<String,String[]> getParameterMap()
Enumeration<String> getParameterNames()
String getPathInfo()
javax.servlet.http.HttpServletRequest getRequest()
long getTimestamp()
long getUserId()
void setCompanyId(long companyId)
void setPathInfo(String pathInfo)
void setTimestamp(long timestamp)
void setUserId(long userId)