Modifier and Type | Method and Description |
---|---|
ERXLocalizer |
ERDAssignment.localizerForContext(com.webobjects.directtoweb.D2WContext c)
Gets the localizer for a given context.
|
Modifier and Type | Method and Description |
---|---|
ERXLocalizer |
ERDDefaultsEmbeddedAssignment.localizerForContext(com.webobjects.directtoweb.D2WContext c)
Gets the localizer for the current context.
|
Modifier and Type | Method and Description |
---|---|
ERXLocalizer |
ERXSession.localizer()
Method to get the current localizer for this
session.
|
Modifier and Type | Method and Description |
---|---|
ERXLocalizer |
ERXDirectActionBatchNavigationBar.localizer()
Convenience method to get the localizer.
|
Modifier and Type | Method and Description |
---|---|
ERXLocalizer |
ERXPluralString.localizer() |
ERXLocalizer |
ERXComponent.localizer()
Convenience method to get the localizer.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXDutchLocalizer
ERXDutchLocalizer is a subclass of
ERXLocalizer . |
class |
ERXItalianLocalizer
ERXItalianLocalizer is a subclass of
ERXLocalizer . |
class |
ERXNonPluralFormLocalizer
ERXNonPluralFormLocalizer is a subclass of
ERXLocalizer . |
Modifier and Type | Method and Description |
---|---|
protected static ERXLocalizer |
ERXLocalizer.createLocalizerForLanguage(String language,
boolean pluralForm)
Creates a localizer for a given language and with an indication if the language supports plural forms.
|
static ERXLocalizer |
ERXLocalizer.currentLocalizer()
Returns the current localizer for the current thread.
|
static ERXLocalizer |
ERXLocalizer.defaultLocalizer()
Gets the localizer for the default language.
|
static ERXLocalizer |
ERXLocalizer.englishLocalizer()
英語のローカライザーを戻します
|
static ERXLocalizer |
ERXLocalizer.localizerForLanguage(String language)
Get a localizer for a specific language.
|
static ERXLocalizer |
ERXLocalizer.localizerForLanguages(NSArray<String> languages)
Gets the best localizer for a set of languages.
|
static ERXLocalizer |
ERXLocalizer.localizerForRequest(WORequest request)
ブラウザー・リクエスト言語のローカライザーを戻します
|
Modifier and Type | Method and Description |
---|---|
static void |
ERXLocalizer.setCurrentLocalizer(ERXLocalizer currentLocalizer)
Sets a localizer for the current thread.
|
static void |
ERXLocalizer.setLocalizerForLanguage(ERXLocalizer l,
String language)
ローカライザーをセットします
|
Modifier and Type | Method and Description |
---|---|
static String |
ERXValidation.localizedDisplayNameForKey(EOClassDescription ecd,
String key,
ERXLocalizer localizer)
Calculates a localized display name for a given entity and key using the supplied localizer
|
static void |
ERXValidation.validationFailedWithException(Throwable e,
Object value,
String keyPath,
NSMutableDictionary errorMessages,
String displayPropertyKeyPath,
ERXLocalizer localizer)
Processes a validation exception to make it look better.
|
static void |
ERXValidation.validationFailedWithException(Throwable e,
Object value,
String keyPath,
NSMutableDictionary errorMessages,
String displayPropertyKeyPath,
ERXLocalizer localizer,
EOEntity entity)
Processes a validation exception to make it look better.
|
static void |
ERXValidation.validationFailedWithException(Throwable e,
Object value,
String keyPath,
NSMutableDictionary errorMessages,
String displayPropertyKeyPath,
ERXLocalizer localizer,
EOEntity entity,
boolean pushChanges)
Processes a validation exception to make it look better.
|
Modifier and Type | Method and Description |
---|---|
ERXLocalizer |
ERMDBatchSizeControl.localizer()
Localizer.
|
Modifier and Type | Method and Description |
---|---|
protected ERXLocalizer |
ERQSJobListener.localizer() |
Copyright © 2002 – 2024 Project Wonder.