public static class ActionReport.MessagePart extends Object
| Constructor and Description |
|---|
ActionReport.MessagePart() |
| Modifier and Type | Method and Description |
|---|---|
ActionReport.MessagePart |
addChild() |
void |
addProperty(String key,
String value) |
void |
appendMessage(String message) |
String |
findProperty(String key)
Search in message parts properties then in extra properties and then
in sub reports.
|
protected String |
findPropertyImpl(String key) |
List<ActionReport.MessagePart> |
getChildren() |
String |
getChildrenType() |
String |
getMessage() |
Properties |
getProps() |
void |
setChildrenType(String type) |
void |
setMessage(String message) |
public ActionReport.MessagePart addChild()
public void setChildrenType(String type)
public void setMessage(String message)
public void appendMessage(String message)
public Properties getProps()
public String getMessage()
public String getChildrenType()
public List<ActionReport.MessagePart> getChildren()
Copyright © 2013. All Rights Reserved.