Uses of Class
io.github.mmm.ui.spi.UiLocalizerBundle
-
Packages that use UiLocalizerBundle Package Description io.github.mmm.ui.spi Contains the service provider interfaces (SPI) to extend when building implementations of this UI API. -
-
Uses of UiLocalizerBundle in io.github.mmm.ui.spi
Methods in io.github.mmm.ui.spi that return UiLocalizerBundle Modifier and Type Method Description protected UiLocalizerBundleAbstractUiLocalizer. createBundle(String bundleName, Class<?> contextType)protected UiLocalizerBundleAbstractUiLocalizer. getBundle()protected UiLocalizerBundleAbstractUiLocalizer. getBundle(Object context)Constructors in io.github.mmm.ui.spi with parameters of type UiLocalizerBundle Constructor Description UiLocalizerBundle(ResourceBundle bundle, UiLocalizerBundle parent)The constructor.
-