Modifier and Type | Field and Description |
---|---|
protected JProperties |
AdminNotes.properties |
Modifier and Type | Method and Description |
---|---|
JProperties |
Channel.getChannelProperties()
Returns the internal properties used by channel.
|
Modifier and Type | Method and Description |
---|---|
void |
WeakLockManager.propertiesChange(JProperties properties) |
void |
ResourceHelper.propertiesChange(JProperties properties) |
void |
QuotaManager.propertiesChange(JProperties properties) |
void |
Channel.propertiesChange(JProperties p)
This methods triggers re-initialization of all the managers/parameters of this
JCMS site, only those that can be reinitialized without a restart.
It is the method to support implementation of the JPropertiesListener and is called after a change of the properties. |
void |
Channel.updateAndSaveProperties(JProperties prop)
Updates and save specified properties.
|
void |
Channel.updateAndSaveProperties(JProperties prop,
boolean notifyListener)
Updates and save specified properties.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessControlManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
AlertManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticsManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractStorageHandler.init(java.lang.String propertyPrefix,
JProperties subProperties)
Init a
EventData storage |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemStorage.init(java.lang.String propertyPrefix,
JProperties subProperties)
Create a
EventData storage (in a directory of the current file system) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationCookiePurgeAlarmListener.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ClientCertificateAuthenticationHandler.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ChartManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ComparatorManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
PluginDataInfosManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
DBEventLogManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
FileProcessorManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
JProperties |
Repository.getRepositoryProperties() |
Modifier and Type | Method and Description |
---|---|
void |
Repository.setRepositoryProperties(JProperties properties) |
Constructor and Description |
---|
Repository(java.lang.String id,
JProperties properties)
The constructor set some default value and then read the specified properties.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PropertiesHandler.validateIntValues(JProperties props) |
Modifier and Type | Method and Description |
---|---|
void |
JPortalManager.propertiesChange(JProperties properties) |
Modifier and Type | Field and Description |
---|---|
protected JProperties |
MailAccount.properties |
Modifier and Type | Method and Description |
---|---|
void |
MailFetcher.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
IncomingMailListener.propertiesChange(JProperties properties) |
Constructor and Description |
---|
ImportSource(java.lang.String id,
JProperties prop)
Create a site from properties
|
Modifier and Type | Method and Description |
---|---|
void |
MentionManager.propertiesChange(JProperties properties) |
Modifier and Type | Field and Description |
---|---|
protected JProperties |
Plugin.pluginProp |
Modifier and Type | Method and Description |
---|---|
void |
PublicationFollowerManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
RecentHistoryManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
RecommendationManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicaMessageManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ContentSecurityPolicyManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceManager.loadServices(JProperties properties) |
void |
ServiceManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ShortcutManager.deleteShortcuts(JProperties props)
Delete all the shortcuts present as virtual ids in the given properties.
|
Modifier and Type | Method and Description |
---|---|
static void |
JcmsTestCaseUtil.restoreProperties(JProperties properties)
Restores given JProperties.
|
protected void |
JcmsTestCase.restoreProperties(JProperties properties)
Restores given JProperties.
|
static void |
JcmsTestCaseUtil.setProperties(JProperties properties)
Sets given JProperties.
|
protected void |
JcmsTestCase.setProperties(JProperties properties)
Sets given JProperties.
|
Modifier and Type | Method and Description |
---|---|
void |
ReaderTrackerManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
MemberSidebarManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
TopbarManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
UnifiedInsertManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
VoteManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
WebPageManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicalWorkspacesManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AttributeCleaner> |
WysiwygManager.loadAttributeCleaners(JProperties properties)
Initialize HTML attributes cleaner from properties.
|
static org.jsoup.safety.Whitelist |
WysiwygManager.loadWhitelist(JProperties properties)
Initialize a JSoup Whitelist from configuration available in the specified JProperties.
|
void |
WysiwygManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
Cleaner.configureFromProperties(JProperties prop)
Configure the current cleaner with the specified properties.
|
void |
AttributeCleaner.configureFromProperties(JProperties prop) |
Modifier and Type | Method and Description |
---|---|
protected void |
LDAPConfiguration.readProperties(JProperties prop,
java.lang.String serverConf) |
Constructor and Description |
---|
LDAPConfiguration(JProperties props)
Build a new LDAPConfiguration from properties "ldap.*" available
in the specified JProperties.
|
LDAPConfiguration(JProperties props,
java.lang.String serverConf)
Build a new LDAPConfiguration from properties "ldap.*" available
in the specified JProperties, trying to retrieve custom properties
from the specified configuration prior to using default properties.
|
Modifier and Type | Class and Description |
---|---|
class |
LangProperties |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,JProperties> |
JProperties.prefixPropertiesCache |
Modifier and Type | Method and Description |
---|---|
protected JProperties |
JProperties.checkCacheGetProperties(java.lang.String prefix) |
JProperties |
LangProperties.getProperties(java.lang.String prefix)
Returns a new property set of properties with key matching a
given prefix.
|
JProperties |
JProperties.getProperties(java.lang.String prefix)
Returns a new property set of properties with key matching a
given prefix.
|
Modifier and Type | Method and Description |
---|---|
void |
JProperties.addProperties(JProperties prop)
Add every property of the given
JProperties to
this JProperties . |
void |
JPropertiesListener.propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk.
|
protected void |
JProperties.putCacheGetProperties(java.lang.String prefix,
JProperties prop) |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.