com.ibm.portal.portlet.service.url
Interface PortalURLGenerationService

All Superinterfaces:
PortletService

public interface PortalURLGenerationService
extends PortletService

An interface to retrieve a PortalURLWriter based on the current state information encoded in the request.

Since:
6.0

Method Summary
 PortalURLWriter getPortalURLWriter(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response)
          Returns the PortalURLWriter based on the current state information encoded in the given request.
 

Method Detail

getPortalURLWriter

PortalURLWriter getPortalURLWriter(javax.portlet.PortletRequest request,
                                   javax.portlet.PortletResponse response)
Returns the PortalURLWriter based on the current state information encoded in the given request.

Parameters:
aRequest - the current request (javax.portlet.PortletRequest)
aResponse - the current response (javax.portlet.PortletResponse)
Returns:
the PortalURLWriter valid in the current request