Liferay 6.1.2-ce-ga3

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 PollerHeader getPollerHeader(String pollerRequestString)
           
static PollerRequestHandler getPollerRequestHandler()
           
static 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 PollerHeader getPollerHeader(String pollerRequestString)

getPollerRequestHandler

public static PollerRequestHandler getPollerRequestHandler()

processRequest

public static JSONObject processRequest(javax.servlet.http.HttpServletRequest request,
                                        String pollerRequestString)
                                 throws Exception
Throws:
Exception

setPollerRequestHandler

public void setPollerRequestHandler(PollerRequestHandler pollerRequestHandler)

Liferay 6.1.2-ce-ga3