Interface IServiceInterfaceActionResponse

    • 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: