|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.essex.common.app.ApplicationDescriptorImpl
public class ApplicationDescriptorImpl
Created Date: 02-Nov-2003
Constructor Summary | |
---|---|
ApplicationDescriptorImpl(java.lang.String id,
java.lang.String name,
LanguageService languageService)
|
Method Summary | |
---|---|
java.lang.String |
getId()
Get a (process?) unique identifier |
LanguageService |
getLanguageService()
|
java.lang.String |
getName()
Get an internationalised description using the default locale. |
java.lang.String |
getName(java.util.Locale currentLocale)
Get an internationalised description using the locale provided If this fails (is null) it returns just the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationDescriptorImpl(java.lang.String id, java.lang.String name, LanguageService languageService)
Method Detail |
---|
public LanguageService getLanguageService()
public java.lang.String getId()
getId
in interface ApplicationDescriptor
public java.lang.String getName()
getName
in interface ApplicationDescriptor
languageService
public java.lang.String getName(java.util.Locale currentLocale)
getName
in interface ApplicationDescriptor
currentLocale
- - The applications current locale
languageService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |