com.liferay.portal.wsrp
Class WSRPPortletURLImpl

java.lang.Object
  extended bycom.liferay.portlet.PortletURLImpl
      extended bycom.liferay.portal.wsrp.WSRPPortletURLImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayPortletURL, javax.portlet.PortletURL, java.io.Serializable

public class WSRPPortletURLImpl
extends PortletURLImpl

View Source

Author:
Michael Young
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.PortletURLImpl
APPEND_PARAMETERS
 
Constructor Summary
WSRPPortletURLImpl(oasis.names.tc.wsrp.v1.types.GetMarkup getMarkup, org.apache.wsrp4j.producer.provider.Provider wsrpProvider, RenderRequestImpl req, java.lang.String portletName, long plid, boolean action)
           
WSRPPortletURLImpl(oasis.names.tc.wsrp.v1.types.PerformBlockingInteraction pbo, org.apache.wsrp4j.producer.provider.Provider wsrpProvider, ActionRequestImpl req, java.lang.String portletName, long plid, boolean action)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.liferay.portlet.PortletURLImpl
addParameterIncludedInPath, generateToString, getLayout, getLayoutFriendlyURL, getNamespace, getParameter, getParameterMap, getParametersIncludedInPath, getPlid, getPortlet, getPortletFriendlyURLPath, getPortletId, getPortletMode, getPortletName, getPortletReq, getReq, getWindowState, isAction, isAnchor, isEncrypt, isParameterIncludedInPath, isSecure, processValue, processValue, processValue, setAction, setAnchor, setDoAsUserId, setEncrypt, setParameter, setParameter, setParameter, setParameter, setParameters, setPortletId, setPortletMode, setPortletMode, setPortletName, setSecure, setWindowState, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSRPPortletURLImpl

public WSRPPortletURLImpl(oasis.names.tc.wsrp.v1.types.PerformBlockingInteraction pbo,
                          org.apache.wsrp4j.producer.provider.Provider wsrpProvider,
                          ActionRequestImpl req,
                          java.lang.String portletName,
                          long plid,
                          boolean action)

WSRPPortletURLImpl

public WSRPPortletURLImpl(oasis.names.tc.wsrp.v1.types.GetMarkup getMarkup,
                          org.apache.wsrp4j.producer.provider.Provider wsrpProvider,
                          RenderRequestImpl req,
                          java.lang.String portletName,
                          long plid,
                          boolean action)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface javax.portlet.PortletURL
Overrides:
toString in class PortletURLImpl