com.liferay.portal.wsrp
Class WSRPFactoryUtil

java.lang.Object
  extended by com.liferay.portal.wsrp.WSRPFactoryUtil

public class WSRPFactoryUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
WSRPFactoryUtil()
           
 
Method Summary
static com.sun.portal.container.Container getContainer()
           
static ProfileMapManager getProfileMapManager()
           
static com.sun.portal.container.ChannelURLFactory getWindowChannelURLFactory(javax.servlet.http.HttpServletRequest request, Portlet portlet, com.sun.portal.container.ChannelState windowState, com.sun.portal.container.ChannelMode portletMode, long plid)
           
static com.sun.portal.container.WindowRequestReader getWindowRequestReader()
           
static WSRPFactory getWSRPFactory()
           
 void setWSRPFactory(WSRPFactory wsrpFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRPFactoryUtil

public WSRPFactoryUtil()
Method Detail

getContainer

public static com.sun.portal.container.Container getContainer()

getProfileMapManager

public static ProfileMapManager getProfileMapManager()

getWindowChannelURLFactory

public static com.sun.portal.container.ChannelURLFactory getWindowChannelURLFactory(javax.servlet.http.HttpServletRequest request,
                                                                                    Portlet portlet,
                                                                                    com.sun.portal.container.ChannelState windowState,
                                                                                    com.sun.portal.container.ChannelMode portletMode,
                                                                                    long plid)

getWindowRequestReader

public static com.sun.portal.container.WindowRequestReader getWindowRequestReader()

getWSRPFactory

public static WSRPFactory getWSRPFactory()

setWSRPFactory

public void setWSRPFactory(WSRPFactory wsrpFactory)