public interface ResourceBundleFamilyFactory
ResourceBundleFamilyFactory is responsible for creating a ResourceBundleFamily based on the basename.
For example, implementations may load resource bundles to construct a resource bundle family from JCR Repository, database, web resources, etc.
Modifier and Type | Method and Description |
---|---|
ResourceBundleFamily |
createBundleFamily(String basename)
Creates and returns a resource bundle family based on the specified basename.
|
ResourceBundleFamily createBundleFamily(String basename)
basename
- Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.