+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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)
          Return 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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD