public class CmsVfsBundleLoaderProperties extends java.lang.Object implements CmsVfsResourceBundle.I_Loader
The paths of the properties files are formed from the base path in the bundle parameters, the locale, and the .properties suffix.
Constructor and Description |
---|
CmsVfsBundleLoaderProperties() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.util.Locale,java.util.Map<java.lang.String,java.lang.String>> |
loadData(CmsObject cms,
CmsVfsBundleParameters params)
Loads the data from the VFS.
|
public CmsVfsBundleLoaderProperties()
public java.util.Map<java.util.Locale,java.util.Map<java.lang.String,java.lang.String>> loadData(CmsObject cms, CmsVfsBundleParameters params) throws java.lang.Exception
CmsVfsResourceBundle.I_Loader
loadData
in interface CmsVfsResourceBundle.I_Loader
cms
- the CMS context to useparams
- the VFS bundle parametersjava.lang.Exception
- if something goes wrongCmsVfsResourceBundle.I_Loader.loadData(org.opencms.file.CmsObject, org.opencms.i18n.CmsVfsBundleParameters)