Interface LocalizedMap<V>
-
- All Known Implementing Classes:
GenericEntity
,GenericEntity.NullGenericEntity
,GenericPK
,GenericValue
,GenericValue.NullGenericValue
,MapContext
,MapStack
,MultivaluedMapContext
public interface LocalizedMap<V>
A simple interface to facilitate the retreival of values based on a Locale.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get(java.lang.String name, java.util.Locale locale)
-
-
-
Method Detail
-
get
V get(java.lang.String name, java.util.Locale locale)
-
-