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.
构造器和说明 |
---|
CmsVfsBundleLoaderProperties() |
限定符和类型 | 方法和说明 |
---|---|
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 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
在接口中 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)