|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LangProperties | |
---|---|
com.jalios.jcms | Contains the core JCMS classes. |
com.jalios.jcms.mail | |
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. As of version 5.5 those properties are the same as Channel.getChannelProperties() but may differ in a future revision. |
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.mail |
---|
Methods in com.jalios.jcms.mail with parameters of type LangProperties | |
---|---|
static MailAccount |
MailAccount.getMailAccount(String label,
String name,
LangProperties props)
|
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. |
void |
PluginManager.loadLanguageProperties(LangProperties properties,
List<String> jcmsLangList)
Iterates on plugin's collection and load only languages properties for initialized plugins. |
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, including language properties for initialized plugins. |
void |
PluginManager.loadProperties(LangProperties properties,
List<String> jcmsLangList,
Collection<Plugin> collection,
boolean onlyLangProp)
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |