|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ notices overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.common.notices
Interface NoticeTranslator

- All Known Implementing Classes:
- FormattedNoticeTranslator, ResourceNoticeTranslator
- public interface NoticeTranslator
Defines an interface for the translation of Notice objects into text.
| Method Summary | |
java.util.Collection |
translate(java.util.Collection notices)
Translates a Collection of notices. |
java.lang.String |
translate(Notice notice)
Translates a single notice. |
java.lang.String[] |
translate(Notice[] notices)
Translates an array of notices. |
| Method Detail |
translate
public java.lang.String translate(Notice notice)
- Translates a single notice.
translate
public java.util.Collection translate(java.util.Collection notices)
- Translates a
Collectionof notices.
translate
public java.lang.String[] translate(Notice[] notices)
- Translates an array of notices.
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ notices overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC