|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="4.1", sinceVersion="4.0") public interface IServiceInterfaceActionResponse
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, createActionURL, createRenderURL, deleteCookie |
Methods inherited from interface javax.portlet.PortletResponse |
---|
addProperty, encodeURL, setProperty |
Methods inherited from interface javax.portlet.ActionResponse |
---|
sendRedirect, setPortletMode, setRenderParameter, setRenderParameter, setRenderParameters, setWindowState |
Methods inherited from interface javax.portlet.PortletResponse |
---|
addProperty, encodeURL, setProperty |
Method Detail |
---|
@Deprecated String[] getRenderParameter(String key)
key
-
@Deprecated Map<String,String[]> getRenderParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |