|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ILabelResolver
Provides a callback mechanism for the admin nav channel to aquire a localized version of a lable for a registered link exposed in its interface.
| Method Summary | |
|---|---|
String |
getExternalForm()
Deprecated. Returns any information in String form that would assist in identifying how the implementing resolver were configured. |
String |
getLabel(String labelId,
Locale locale)
Deprecated. Returns the localized label for the given label identifier and locale or null if one is not found. |
| Method Detail |
|---|
String getLabel(String labelId,
Locale locale)
labelId - locale -
String getExternalForm()
"???" +The external form and wrapping braces are only included if this method returns a non-null, non-empty String.+ "{" + + "}" + "[" + + "]"
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||