Class I18NDictionaryImpl
- java.lang.Object
-
- org.apache.sling.cms.core.i18n.impl.I18NDictionaryImpl
-
- All Implemented Interfaces:
I18NDictionary
public class I18NDictionaryImpl extends Object implements I18NDictionary
Implementation of the I18NDictionary interface
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedI18NDictionaryImpl(ResourceBundle bundle)
-
-
-
Constructor Detail
-
I18NDictionaryImpl
protected I18NDictionaryImpl(ResourceBundle bundle)
-
-
Method Detail
-
get
public String get(String key)
- Specified by:
getin interfaceI18NDictionary
-
get
public String get(String key, Object[] args)
- Specified by:
getin interfaceI18NDictionary
-
-