Uses of Interface
org.omnifaces.utils.text.SubFormatterFactory
-
Packages that use SubFormatterFactory Package Description org.omnifaces.utils.text -
-
Uses of SubFormatterFactory in org.omnifaces.utils.text
Methods in org.omnifaces.utils.text that return types with arguments of type SubFormatterFactory Modifier and Type Method Description static Map<String,SubFormatterFactory>
SubFormatterFactory. defaultFormatterFactories()
Map<String,SubFormatterFactory>
NameBasedMessageFormat. getSubFormatterFactories()
Constructor parameters in org.omnifaces.utils.text with type arguments of type SubFormatterFactory Constructor Description NameBasedMessageFormat(String pattern, Locale locale, Map<String,SubFormatterFactory> subFormatterFactories)
-