| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageProperties
| Method Summary | |
|---|---|
|  String | getDetailFormat()If present, instead of rendering the message detail, a MessageFormat with this attribute as pattern is created. | 
|  String | getSummaryFormat()If present, instead of rendering the message summary, a MessageFormat with this attribute as pattern is created. | 
|  boolean | isForceSpan()If set to true, an empty span element is rendered. | 
|  boolean | isReplaceIdWithLabel()If present, all occurrences of the id of the component for which the message is rendered will be replaced by the label. | 
|  void | setDetailFormat(String detailFormat) | 
|  void | setForceSpan(boolean forceSpan) | 
|  void | setReplaceIdWithLabel(boolean replaceIdWithLabel) | 
|  void | setSummaryFormat(String summaryFormat) | 
| Method Detail | 
|---|
String getSummaryFormat()
void setSummaryFormat(String summaryFormat)
String getDetailFormat()
void setDetailFormat(String detailFormat)
boolean isReplaceIdWithLabel()
void setReplaceIdWithLabel(boolean replaceIdWithLabel)
boolean isForceSpan()
void setForceSpan(boolean forceSpan)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||