lumis.portal.serviceinterface
Interface IServiceInterfaceActionResponse

Package class diagram package IServiceInterfaceActionResponse
All Superinterfaces:
ActionResponse, IServiceInterfaceResponse, IURLFactory, PortletResponse, StateAwareResponse
All Known Subinterfaces:
IMockServiceInterfaceActionResponse
All Known Implementing Classes:
ServiceContainerActionResponse

@StableMinor(version="6.2",
             sinceVersion="4.0")
public interface IServiceInterfaceActionResponse
extends IServiceInterfaceResponse, ActionResponse

Since:
4.0.0

Method Summary
 String[] getRenderParameter(String key)
          Deprecated. This method may be removed in the future. If the render parameter set needs to be read, consider storing it somewhere else, for example, as a request attribute. For better backwards compatibility in the doui framework, if the argument is "itemId" and no such render parameter exists, it is also searched in the request attributes.
 Map<String,String[]> getRenderParameters()
          Deprecated. This method may be removed in the future. If the render parameter set needs to be read, consider storing it somewhere else, for example, as a request attribute. For better backwards compatibility in the doui framework, if no "itemId" render parameter exists, it is also searched in the request attributes.
 
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

getRenderParameter

@Deprecated
String[] getRenderParameter(String key)
Deprecated. This method may be removed in the future. If the render parameter set needs to be read, consider storing it somewhere else, for example, as a request attribute. For better backwards compatibility in the doui framework, if the argument is "itemId" and no such render parameter exists, it is also searched in the request attributes.

Returns the parameter previously set by the setRenderParameter methods. This method is usually used by chained process actions that need to read previously set render parameters.

Parameters:
key -
Returns:

getRenderParameters

@Deprecated
Map<String,String[]> getRenderParameters()
Deprecated. This method may be removed in the future. If the render parameter set needs to be read, consider storing it somewhere else, for example, as a request attribute. For better backwards compatibility in the doui framework, if no "itemId" render parameter exists, it is also searched in the request attributes.

Returns all the parameters previously set by the setRenderParameter methods. This method is usually used by chained process actions that need to read previously set render parameters.

Returns:


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