Uses of Class
com.jalios.util.LangProperties

Packages that use LangProperties
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.plugin   
com.jalios.jcms.tools This package contains various tools used for/by JCMS. 
 

Uses of LangProperties in com.jalios.jcms
 

Fields in com.jalios.jcms declared as LangProperties
protected  LangProperties Channel.properties
           
 

Methods in com.jalios.jcms that return LangProperties
 LangProperties Channel.getLanguageProperties()
          Gets the internal language properties used by channel.
 LangProperties Channel.getProperties(String prefix)
          Gets a new LangProperties instance containg all the properties whose name starts with the given prefix.
 

Uses of LangProperties in com.jalios.jcms.plugin
 

Methods in com.jalios.jcms.plugin with parameters of type LangProperties
protected  void Plugin.loadLanguageProperties(LangProperties properties, List<String> langList)
          Load language properties into channel properties.
protected  void Plugin.loadProperties(LangProperties properties)
          Load plugin properties into channel properties.
 void PluginManager.loadProperties(LangProperties properties, List<String> jcmsLangList)
          Iterates on plugin's collection and load properties for initialized plugins.
 void PluginManager.loadProperties(LangProperties properties, List<String> jcmsLangList, Collection<Plugin> collection)
          Iterates on plugin's collection and load properties for initialized plugins
 

Uses of LangProperties in com.jalios.jcms.tools
 

Fields in com.jalios.jcms.tools declared as LangProperties
protected  LangProperties LangPropertiesChecker.properties
           
 

Constructors in com.jalios.jcms.tools with parameters of type LangProperties
LangPropertiesChecker(LangProperties properties, List<String> langList)
           
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.