Liferay 7.0-ga1 portal-impl

com.liferay.portal.poller
Class PollerRequestHandlerUtil

java.lang.Object
  extended by com.liferay.portal.poller.PollerRequestHandlerUtil

public class PollerRequestHandlerUtil
extends Object


Constructor Summary
PollerRequestHandlerUtil()
           
 
Method Summary
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 request, String pollerRequestString)
           
 void setPollerRequestHandler(PollerRequestHandler pollerRequestHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollerRequestHandlerUtil

public PollerRequestHandlerUtil()
Method Detail

getPollerHeader

public static com.liferay.portal.kernel.poller.PollerHeader getPollerHeader(String pollerRequestString)

getPollerRequestHandler

public static PollerRequestHandler getPollerRequestHandler()

processRequest

public static com.liferay.portal.kernel.json.JSONObject processRequest(javax.servlet.http.HttpServletRequest request,
                                                                       String pollerRequestString)
                                                                throws Exception
Throws:
Exception

setPollerRequestHandler

public void setPollerRequestHandler(PollerRequestHandler pollerRequestHandler)

Liferay 7.0-ga1 portal-impl