public class PollerRequestHandlerUtil
extends Object
| Constructor and Description |
|---|
PollerRequestHandlerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.portal.kernel.poller.PollerHeader |
getPollerHeader(String pollerRequestString) |
static PollerRequestHandler |
getPollerRequestHandler() |
static com.liferay.portal.kernel.json.JSONObject |
processRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
String pollerRequestString) |
void |
setPollerRequestHandler(PollerRequestHandler pollerRequestHandler) |
public static com.liferay.portal.kernel.poller.PollerHeader getPollerHeader(String pollerRequestString)
public static PollerRequestHandler getPollerRequestHandler()
public static com.liferay.portal.kernel.json.JSONObject processRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
String pollerRequestString)
throws Exception
Exceptionpublic void setPollerRequestHandler(PollerRequestHandler pollerRequestHandler)