Class ActionReport.MessagePart

java.lang.Object
org.glassfish.api.ActionReport.MessagePart
All Implemented Interfaces:
Serializable
Enclosing class:
ActionReport

public static class ActionReport.MessagePart extends Object implements Serializable
See Also:
  • Constructor Details

    • MessagePart

      public MessagePart()
  • Method Details

    • addChild

      public ActionReport.MessagePart addChild()
    • 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)
    • getProps

      public Properties getProps()
    • getMessage

      public String getMessage()
    • getChildrenType

      public String getChildrenType()
    • getChildren

      public List<ActionReport.MessagePart> getChildren()
    • 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.
    • toString

      protected String toString(int indent)
    • toString

      public String toString()
      Overrides:
      toString in class Object