Package org.glassfish.api
Class ActionReport.MessagePart
java.lang.Object
org.glassfish.api.ActionReport.MessagePart
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ActionReport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChild()voidaddProperty(String key, String value) voidappendMessage(String message) findProperty(String key) Search in message parts properties then in extra properties and then in sub reports.protected StringfindPropertyImpl(String key) getProps()voidsetChildrenType(String type) voidsetMessage(String message) toString()protected StringtoString(int indent)
-
Constructor Details
-
MessagePart
public MessagePart()
-
-
Method Details
-
addChild
-
setChildrenType
-
setMessage
-
appendMessage
-
addProperty
-
getProps
-
getMessage
-
getChildrenType
-
getChildren
-
findPropertyImpl
-
findProperty
Search in message parts properties then in extra properties and then in sub reports. Returns first occurrence of the key. -
toString
-
toString
-