接口 RenderingResponse

    • 方法详细资料

      • name

        String name()
        Return the name of the template to be rendered.
      • from

        static RenderingResponse.Builder from​(RenderingResponse other)
        Create a builder with the template name, status code, headers and model of the given response.
        参数:
        other - the response to copy the values from
        返回:
        the created builder