Class DouiRestInterfaceRenderResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class DouiRestInterfaceRenderResult
    extends java.lang.Object
    implements java.io.Serializable
    DOUI REST interface render result.
    Since:
    10.4.0
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBody()
      Returns the html.
      java.lang.String getResponseType()
      Returns the responseType.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBody

        public java.lang.String getBody()
        Returns the html.
        Returns:
        the html
        Since:
        10.4.0
      • getResponseType

        public java.lang.String getResponseType()
        Returns the responseType.
        Returns:
        the responseType
        Since:
        10.4.0