Package org.opencms.xml.content
Class CmsVfsBundleLoaderXml
java.lang.Object
org.opencms.xml.content.CmsVfsBundleLoaderXml
- All Implemented Interfaces:
CmsVfsResourceBundle.I_Loader
Loads message bundles from the different locales of a single XML content.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
N_KEY
Node name.- See Also:
-
N_MESSAGE
Node name.- See Also:
-
N_VALUE
Node name.- See Also:
-
-
Constructor Details
-
CmsVfsBundleLoaderXml
public CmsVfsBundleLoaderXml()
-
-
Method Details
-
loadData
public Map<Locale,Map<String, loadDataString>> (CmsObject cms, CmsVfsBundleParameters params) throws Exception Description copied from interface:CmsVfsResourceBundle.I_Loader
Loads the data from the VFS.- Specified by:
loadData
in interfaceCmsVfsResourceBundle.I_Loader
- Parameters:
cms
- the CMS context to useparams
- the VFS bundle parameters- Returns:
- the message bundle data
- Throws:
Exception
- if something goes wrong- See Also:
-