public interface ConfiguredC10NModule
| Modifier and Type | Method and Description |
|---|---|
Set<Locale> |
getAllBoundLocales() |
Map<Class<? extends Annotation>,Set<Locale>> |
getAnnotationBindings(Class<?> c10nInterface) |
List<ResourceBundle> |
getBundleBindings(Class<?> c10nInterface,
Locale locale) |
Locale |
getCurrentLocale() |
Map<c10n.AnnotatedClass,C10NFilterProvider<?>> |
getFilterBindings(Class<?> c10nInterface) |
Class<?> |
getImplementationBinding(Class<?> c10nInterface,
Locale locale) |
Set<Locale> |
getImplementationBindings(Class<?> c10nInterface) |
String |
getKeyPrefix() |
String |
getUntranslatedMessageString(Class<?> c10nInterface,
Method method,
Object[] methodArgs) |
boolean |
isDebug() |
Locale getCurrentLocale()
Map<Class<? extends Annotation>,Set<Locale>> getAnnotationBindings(Class<?> c10nInterface)
List<ResourceBundle> getBundleBindings(Class<?> c10nInterface, Locale locale)
String getUntranslatedMessageString(Class<?> c10nInterface, Method method, Object[] methodArgs)
Map<c10n.AnnotatedClass,C10NFilterProvider<?>> getFilterBindings(Class<?> c10nInterface)
String getKeyPrefix()
boolean isDebug()
Copyright © 2013. All Rights Reserved.