Uses of Class
org.tentackle.common.BundleSupport
-
Packages that use BundleSupport Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of BundleSupport in org.tentackle.common
Methods in org.tentackle.common that return types with arguments of type BundleSupport Modifier and Type Method Description static java.util.List<BundleSupport>BundleSupport. getBundles(java.lang.ClassLoader classLoader)Finds all bundle services.Methods in org.tentackle.common with parameters of type BundleSupport Modifier and Type Method Description protected java.util.ResourceBundleDefaultBundleFactory. getBundle(BundleSupport support, java.util.Locale locale)Gets the bundle from the corresponding module according to the bundle support.
-