lumis.lptf.portal.serviceinterface
Interface IMockServiceInterfaceActionResponse

Package class diagram package IMockServiceInterfaceActionResponse
All Superinterfaces:
ActionResponse, IMockServiceInterfaceResponse, IServiceInterfaceActionResponse, IServiceInterfaceResponse, IURLFactory, PortletResponse, StateAwareResponse

@StableMinor(version="6.2",
             sinceVersion="5.6")
public interface IMockServiceInterfaceActionResponse
extends IMockServiceInterfaceResponse, IServiceInterfaceActionResponse

Interface for a IServiceInterfaceActionResponse mock object.

Since:
5.6.0

Method Summary
 String getRedirectedURL()
          Returns the redirect destination set by a call to sendRedirect.
 
Methods inherited from interface lumis.lptf.portal.serviceinterface.IMockServiceInterfaceResponse
getCookieMap, setNamespace
 
Methods inherited from interface lumis.portal.serviceinterface.IServiceInterfaceActionResponse
getRenderParameter, getRenderParameters
 
Methods inherited from interface lumis.portal.serviceinterface.IServiceInterfaceResponse
addCookie, deleteCookie
 
Methods inherited from interface lumis.portal.url.IURLFactory
createActionURL, createPortalURL, createRenderURL
 
Methods inherited from interface javax.portlet.ActionResponse
sendRedirect, sendRedirect
 
Methods inherited from interface javax.portlet.StateAwareResponse
getPortletMode, getRenderParameterMap, getWindowState, removePublicRenderParameter, setEvent, setEvent, setPortletMode, setRenderParameter, setRenderParameter, setRenderParameters, setWindowState
 
Methods inherited from interface javax.portlet.PortletResponse
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty
 

Method Detail

getRedirectedURL

String getRedirectedURL()
Returns the redirect destination set by a call to sendRedirect.

Returns:
the redirect destination.
Since:
5.6.0
See Also:
ActionResponse.sendRedirect(String), ActionResponse.sendRedirect(String, String)


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.