com.ibm.portal.portlet.service.state
Interface RedirectURLGeneratorFactoryService

All Superinterfaces:
PortletService

public interface RedirectURLGeneratorFactoryService
extends PortletService

The RedirectURLGeneratorFactoryService is a Java Portlet API portlet service that provides access to a RedirectURLGenerator instance.

Since:
5.1.0.1

Method Summary
 RedirectURLGenerator getURLGenerator(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
          Returns a RedirectURLGenerator instance.
 

Method Detail

getURLGenerator

RedirectURLGenerator getURLGenerator(javax.portlet.ActionRequest request,
                                     javax.portlet.ActionResponse response)
Returns a RedirectURLGenerator instance. The passed action request and response must be those passed to the portlet or wrappers around those originally passed objects.

Parameters:
request - The action request. It is not allowed to pass null for this parameter.
response - The action response. It is not allowed to pass null for this parameter.
Returns:
RedirectURLGenerator The RedirectURLGenerator.