| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected LangProperties | 
Channel.properties  | 
| Modifier and Type | Method and Description | 
|---|---|
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(java.lang.String prefix)
Gets a new LangProperties instance containg all the properties whose name
 starts with the given prefix. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MailAccount | 
MailAccount.getMailAccount(java.lang.String label,
              java.lang.String name,
              LangProperties props)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected LangProperties | 
PluginManager.mainPluginCoreProperties  | 
| Modifier and Type | Method and Description | 
|---|---|
LangProperties | 
PluginManager.getMainPluginCoreProperties()
Returns the core properties the main plugin override. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PluginManager.loadLanguageProperties(LangProperties properties,
                      java.util.List<java.lang.String> jcmsLangList)
Iterates on plugin's collection and load only languages properties for initialized plugins. 
 | 
protected void | 
Plugin.loadLanguageProperties(LangProperties properties,
                      java.util.List<java.lang.String> langList)
Load language properties into channel properties. 
 | 
void | 
PluginManager.loadMainPluginProperties(LangProperties properties,
                        java.util.List<java.lang.String> jcmsLangList)
Loads all the properties of the main plugin. 
 | 
protected void | 
Plugin.loadProperties(LangProperties properties)
Load plugin properties into channel properties. 
 | 
void | 
PluginManager.loadProperties(LangProperties properties,
              java.util.List<java.lang.String> jcmsLangList)
Iterates on plugin's collection and load properties, including language properties
 for initialized plugins. 
 | 
void | 
PluginManager.loadProperties(LangProperties properties,
              java.util.List<java.lang.String> jcmsLangList,
              java.util.Collection<Plugin> collection,
              boolean onlyLangProp)
Iterates on plugin's collection and load properties
 for initialized plugins 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected LangProperties | 
LangPropertiesChecker.properties  | 
| Modifier and Type | Method and Description | 
|---|---|
LangProperties | 
CheckerContext.getLangProperties()  | 
LangProperties | 
CheckerContext.getProperties()  | 
static LangProperties | 
AbstractChecker.loadLanguageProperties(java.io.File webappDir)  | 
static LangProperties | 
AbstractChecker.loadProperties(java.io.File webappDir)
Loads all plugins' plugin.prop, custom.prop, and jcms.prop. 
 | 
static LangProperties | 
AbstractChecker.loadProperties(java.io.File webappDir,
              org.apache.commons.io.filefilter.IOFileFilter fileFilter)
Loads all plugins' plugin.prop, custom.prop, and jcms.prop, filtering on given fileFilter. 
Only accept *.prop file.  | 
| Modifier and Type | Method and Description | 
|---|---|
static CheckResult | 
TypeChecker.check(java.io.File webappDir,
     LangProperties langProperties,
     java.util.List<java.lang.String> expectedLanguages)  | 
| Constructor and Description | 
|---|
CheckerContext(java.io.File webappDir,
              LangProperties properties,
              LangProperties langProperties)  | 
LangPropertiesChecker(LangProperties properties,
                     java.util.List<java.lang.String> langList)  | 
Copyright © 2001-2018 Jalios SA. All Rights Reserved.