public interface PollerRequestHandler
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.poller.PollerHeader |
getPollerHeader(String pollerRequestString) |
com.liferay.portal.kernel.json.JSONObject |
processRequest(javax.servlet.http.HttpServletRequest request,
String pollerRequestString) |
com.liferay.portal.kernel.poller.PollerHeader getPollerHeader(String pollerRequestString)
com.liferay.portal.kernel.json.JSONObject processRequest(javax.servlet.http.HttpServletRequest request, String pollerRequestString) throws Exception
Exception