Class ActionReport.MessagePart

    • Constructor Detail

      • MessagePart

        public MessagePart()
    • Method Detail

      • setChildrenType

        public void setChildrenType​(String type)
      • setMessage

        public void setMessage​(String message)
      • appendMessage

        public void appendMessage​(String message)
      • addProperty

        public void addProperty​(String key,
                                String value)
      • getMessage

        public String getMessage()
      • getChildrenType

        public String getChildrenType()
      • findPropertyImpl

        protected String findPropertyImpl​(String key)
      • findProperty

        public String findProperty​(String key)
        Search in message parts properties then in extra properties and then in sub reports. Returns first occurrence of the key.
        Parameters:
        key -
        Returns:
      • toString

        protected String toString​(int indent)