|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MissingMessageHandler
The strategy that decides what to do with missing strings
| Method Summary | |
|---|---|
java.lang.String |
handleMessageError(java.lang.String messageKey,
java.lang.Throwable error)
Decides what to do with missing/malformed message keys |
java.lang.String |
handleMissingKey(java.lang.String missingKey)
Decides what to do with missing keys |
java.lang.String |
handleMissingParameter(java.lang.String missingParamName)
Decides what to do with missing parameters |
| Method Detail |
|---|
java.lang.String handleMissingKey(java.lang.String missingKey)
missingKey - the key that could not be found
java.lang.String handleMissingParameter(java.lang.String missingParamName)
missingParamName - the param that could not be found (nor any substring of it)
java.lang.String handleMessageError(java.lang.String messageKey,
java.lang.Throwable error)
messageKey - the key of the message that is missing/malformed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||