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 UiLocalizerBundle
AbstractUiLocalizer. createBundle(String bundleName, Class<?> contextType)
protected UiLocalizerBundle
AbstractUiLocalizer. getBundle()
protected UiLocalizerBundle
AbstractUiLocalizer. getBundle(Object context)
Constructors in io.github.mmm.ui.spi with parameters of type UiLocalizerBundle Constructor Description UiLocalizerBundle(ResourceBundle bundle, UiLocalizerBundle parent)
The constructor.
-