Uses of Class
de.mhus.lib.core.util.MNls
-
Packages that use MNls Package Description de.mhus.lib.core.calendar de.mhus.lib.core.lang de.mhus.lib.core.schedule de.mhus.lib.core.strategy de.mhus.lib.core.util de.mhus.lib.form -
-
Uses of MNls in de.mhus.lib.core.calendar
Methods in de.mhus.lib.core.calendar with parameters of type MNls Modifier and Type Method Description Map<Date,String>GermanHolidays. getHolidays(MNls nls, int year, String regionHint)abstract Map<Date,String>Holidays. getHolidays(MNls nls, int year, String regionHint)Return a list of national holidays for the year. -
Uses of MNls in de.mhus.lib.core.lang
Methods in de.mhus.lib.core.lang that return MNls Modifier and Type Method Description MNlsMObject. getNls() -
Uses of MNls in de.mhus.lib.core.schedule
Methods in de.mhus.lib.core.schedule that return MNls Modifier and Type Method Description MNlsSchedulerJob. getNls() -
Uses of MNls in de.mhus.lib.core.strategy
Methods in de.mhus.lib.core.strategy that return MNls Modifier and Type Method Description MNlsAbstractOperation. getNls()MNlsOperationDescription. getNls() -
Uses of MNls in de.mhus.lib.core.util
Methods in de.mhus.lib.core.util that return MNls Modifier and Type Method Description MNlsMNlsFactory. create(Object owner)abstract MNlsMNlsBundle. createNls(String locale)Create a NLS for the given path and locale or return null.MNlsMNlsFactory. createNls(String locale)MNlsMNls. createSubstitute(String prefix)MNlsMNlsBundle. getDefaultNls()MNlsMNlsBundle. getNls(String locale)MNlsMNlsBundle. getNls(Locale locale)MNlsMNlsProvider. getNls()MNlsMNlsFactory. load(MResourceProvider<?> res, Class<?> owner, String resourceName, String locale)MNlsMNlsFactory. load(MResourceProvider<?> res, Class<?> owner, String resourceName, String locale, boolean searchAlternatives)protected MNlsMNlsFactory. load(MResourceProvider<?> res, Class<?> owner, String resourceName, String locale, boolean searchAlternatives, int level)MNlsMNlsFactory. load(InputStream is)MNlsMNlsFactory. load(Class<?> owner)MNlsMNlsFactory. load(Class<?> owner, Locale locale)static MNlsMNls. lookup(Object owner)static MNlsMNls. lookup(Object owner, Locale locale)Methods in de.mhus.lib.core.util with parameters of type MNls Modifier and Type Method Description static StringMNls. find(MNls nls, String in)static StringMNls. find(MNls nls, String in, Map<String,Object> attributes) -
Uses of MNls in de.mhus.lib.form
Methods in de.mhus.lib.form that return MNls Modifier and Type Method Description MNlsMForm. getNls()
-