|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I18nManager
Authorises the user in the current session view and use members of an object.
TODO: allow description and help to be found for parameters
| Method Summary | |
|---|---|
String |
getDescription(org.apache.isis.applib.Identifier identifier)
Get the localized description for the specified identified action/property. |
String |
getHelp(org.apache.isis.applib.Identifier identifier)
Get the localized help text for the specified identified action/property. |
String |
getName(org.apache.isis.applib.Identifier identifier)
Get the localized name for the specified identified action/property. |
List<String> |
getParameterNames(org.apache.isis.applib.Identifier identifier)
Get the localized parameter names for the specified identified action/property. |
| Methods inherited from interface org.apache.isis.core.commons.components.ApplicationScopedComponent |
|---|
init, shutdown |
| Method Detail |
|---|
String getName(org.apache.isis.applib.Identifier identifier)
Returns null if no name available.
String getDescription(org.apache.isis.applib.Identifier identifier)
Returns null if no description available.
String getHelp(org.apache.isis.applib.Identifier identifier)
Returns null if no help text available.
List<String> getParameterNames(org.apache.isis.applib.Identifier identifier)
Returns null if no parameters are available. Otherwise returns an array of String objects the size of the number of parameters, where each element is the localised name for the corresponding parameter, or is null if no parameter name is available.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||