Uses of Class
com.jalios.util.JProperties
-
-
Uses of JProperties in com.jalios.jcms
Fields in com.jalios.jcms declared as JProperties Modifier and Type Field Description protected JProperties
AdminNotes. properties
protected JProperties
StartupDataGenerator. propToSave
Methods in com.jalios.jcms that return JProperties Modifier and Type Method Description JProperties
Channel. getChannelProperties()
Returns the internal properties used by channel.Methods in com.jalios.jcms with parameters of type JProperties Modifier and Type Method Description static <T extends GenericProvider>
TJcmsUtil. constructProvider(java.lang.String key, JProperties subProperty)
Construct a GenericProvider from properties.default void
GenericProvider. init(java.lang.String providerName, JProperties subProperties)
this method is called on provider's initializationvoid
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
MemberInitialsManager. propertiesChange(JProperties arg0)
void
ResourceHelper. propertiesChange(JProperties properties)
void
WeakLockManager. propertiesChange(JProperties properties)
void
Channel. updateAndSaveProperties(JProperties prop)
Updates and save specified properties.void
Channel. updateAndSaveProperties(JProperties prop, boolean notifyListener)
Updates and saves specified properties. -
Uses of JProperties in com.jalios.jcms.a11y.avoidancelinks
Methods in com.jalios.jcms.a11y.avoidancelinks with parameters of type JProperties Modifier and Type Method Description void
AvoidanceLinkManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.accesscontrol
Methods in com.jalios.jcms.accesscontrol with parameters of type JProperties Modifier and Type Method Description void
AccessControlManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.admin
Methods in com.jalios.jcms.admin that return JProperties Modifier and Type Method Description JProperties
EditAdminProperties. getProperties()
JProperties
EditAdminProperties. getPropertiesToRemove()
Methods in com.jalios.jcms.admin with parameters of type JProperties Modifier and Type Method Description abstract void
CompositePropertiesHandler. processProperties(JProperties props)
void
EditAdminProperties. setProperties(JProperties properties)
void
EditAdminProperties. setPropertiesToRemove(JProperties propertiesToRemove)
Constructors in com.jalios.jcms.admin with parameters of type JProperties Constructor Description EditAdminProperties(JProperties properties, JProperties propertiesToRemove)
-
Uses of JProperties in com.jalios.jcms.admin.mail
Methods in com.jalios.jcms.admin.mail with parameters of type JProperties Modifier and Type Method Description void
AdminMailConfigurationHandler. processProperties(JProperties props)
-
Uses of JProperties in com.jalios.jcms.alert
Methods in com.jalios.jcms.alert with parameters of type JProperties Modifier and Type Method Description void
AlertManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.analytics
Methods in com.jalios.jcms.analytics with parameters of type JProperties Modifier and Type Method Description void
AnalyticsManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.analytics.storage
Methods in com.jalios.jcms.analytics.storage with parameters of type JProperties Modifier and Type Method Description abstract void
AbstractStorageHandler. init(java.lang.String propertyPrefix, JProperties subProperties)
Init aEventData
storage -
Uses of JProperties in com.jalios.jcms.analytics.storage.impl
Methods in com.jalios.jcms.analytics.storage.impl with parameters of type JProperties Modifier and Type Method Description void
FileSystemStorage. init(java.lang.String propertyPrefix, JProperties subProperties)
Create aEventData
storage (in a directory of the current file system) -
Uses of JProperties in com.jalios.jcms.application
Methods in com.jalios.jcms.application with parameters of type JProperties Modifier and Type Method Description void
ApplicationManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.authentication.accesstoken
Methods in com.jalios.jcms.authentication.accesstoken with parameters of type JProperties Modifier and Type Method Description void
AccessTokenExpiringReminderAlarmListener. propertiesChange(JProperties properties)
void
AccessTokenPurgeAlarmListener. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.authentication.cookie
Methods in com.jalios.jcms.authentication.cookie with parameters of type JProperties Modifier and Type Method Description void
AuthenticationCookiePurgeAlarmListener. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.authentication.handlers
Methods in com.jalios.jcms.authentication.handlers with parameters of type JProperties Modifier and Type Method Description void
ClientCertificateAuthenticationHandler. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.backgroundprocess
Methods in com.jalios.jcms.backgroundprocess with parameters of type JProperties Modifier and Type Method Description void
BackgroundProcessManager. propertiesChange(JProperties properties)
Handle properties change. -
Uses of JProperties in com.jalios.jcms.categorybrowser
Methods in com.jalios.jcms.categorybrowser with parameters of type JProperties Modifier and Type Method Description void
CategoryBrowserManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.chart
Methods in com.jalios.jcms.chart with parameters of type JProperties Modifier and Type Method Description void
ChartManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.comparator
Methods in com.jalios.jcms.comparator with parameters of type JProperties Modifier and Type Method Description void
ComparatorManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.connection
Methods in com.jalios.jcms.connection with parameters of type JProperties Modifier and Type Method Description void
ConnectionEventManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.datainfos
Methods in com.jalios.jcms.datainfos with parameters of type JProperties Modifier and Type Method Description void
PluginDataInfosManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.db
Methods in com.jalios.jcms.db with parameters of type JProperties Modifier and Type Method Description void
DBEventLogManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.document.editor
Methods in com.jalios.jcms.document.editor with parameters of type JProperties Modifier and Type Method Description void
DocumentEditorManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.exploitation.state
Methods in com.jalios.jcms.exploitation.state with parameters of type JProperties Modifier and Type Method Description void
StateManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.fileprocessor.processingmanagement
Methods in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type JProperties Modifier and Type Method Description void
FileProcessorManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.fileprocessor.repository
Methods in com.jalios.jcms.fileprocessor.repository that return JProperties Modifier and Type Method Description JProperties
Repository. getRepositoryProperties()
Methods in com.jalios.jcms.fileprocessor.repository with parameters of type JProperties Modifier and Type Method Description void
Repository. setRepositoryProperties(JProperties properties)
Constructors in com.jalios.jcms.fileprocessor.repository with parameters of type JProperties Constructor Description Repository(java.lang.String id, JProperties properties)
The constructor set some default value and then read the specified properties. -
Uses of JProperties in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler with type parameters of type JProperties Modifier and Type Field Description static java.util.Map<java.io.File,JProperties>
PropertiesEditorHandler. originalPropertiesPerFileLoaded
Methods in com.jalios.jcms.handler that return JProperties Modifier and Type Method Description JProperties
UpdatePropertiesProcess. getProps()
Methods in com.jalios.jcms.handler that return types with arguments of type JProperties Modifier and Type Method Description static java.util.Map<java.io.File,JProperties>
PropertiesEditorHandler. getOriginalPropertiesPerFileLoaded()
Retrieve a Map of properties for each file that was loaded in the channel propertiesMethods in com.jalios.jcms.handler with parameters of type JProperties Modifier and Type Method Description void
UpdatePropertiesProcess. setProps(JProperties props)
boolean
PropertiesHandler. validateIntValues(JProperties props)
boolean
PropertiesHandler. validateKeyStoreManagerConfiguration(JProperties props)
-
Uses of JProperties in com.jalios.jcms.handler.pubchooser.provider
Methods in com.jalios.jcms.handler.pubchooser.provider with parameters of type JProperties Modifier and Type Method Description void
PubChooserProviderManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.jnews
Methods in com.jalios.jcms.jnews with parameters of type JProperties Modifier and Type Method Description void
JNewsManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal with parameters of type JProperties Modifier and Type Method Description void
JPortalManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.l10n
Methods in com.jalios.jcms.l10n with parameters of type JProperties Modifier and Type Method Description void
DataLocalizationManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.mail
Fields in com.jalios.jcms.mail declared as JProperties Modifier and Type Field Description protected JProperties
AbstractMailEditHandler. properties
protected JProperties
MailAccount. properties
protected JProperties
AbstractMailEditHandler. propertiesToRemove
Methods in com.jalios.jcms.mail with parameters of type JProperties Modifier and Type Method Description void
AbstractMailProvider. init(java.lang.String providerName, JProperties properties)
void
MailManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.mail.listener
Methods in com.jalios.jcms.mail.listener with parameters of type JProperties Modifier and Type Method Description void
IncomingMailListener. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.mail.providers
Methods in com.jalios.jcms.mail.providers with parameters of type JProperties Modifier and Type Method Description void
LegacyMailProvider. init(java.lang.String providerName, JProperties properties)
-
Uses of JProperties in com.jalios.jcms.mashup
Constructors in com.jalios.jcms.mashup with parameters of type JProperties Constructor Description ImportSource(java.lang.String id, JProperties prop)
Create a site from properties -
Uses of JProperties in com.jalios.jcms.media
Methods in com.jalios.jcms.media with parameters of type JProperties Modifier and Type Method Description void
MediaQueryFilter. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.member
Methods in com.jalios.jcms.member with parameters of type JProperties Modifier and Type Method Description void
MemberStatusManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.memberpreference
Methods in com.jalios.jcms.memberpreference with parameters of type JProperties Modifier and Type Method Description void
MemberPreferenceManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.mention
Methods in com.jalios.jcms.mention with parameters of type JProperties Modifier and Type Method Description void
MentionManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.plugin
Fields in com.jalios.jcms.plugin declared as JProperties Modifier and Type Field Description protected JProperties
Plugin. build
protected JProperties
Plugin. pluginProp
Methods in com.jalios.jcms.plugin that return JProperties Modifier and Type Method Description JProperties
Plugin. getProperties()
Retrieve all properties declared by this plugin -
Uses of JProperties in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy with parameters of type JProperties Modifier and Type Method Description void
BasicThumbnailPolicyFilter. init(java.lang.String providerName, JProperties subProperties)
-
Uses of JProperties in com.jalios.jcms.profiling
Methods in com.jalios.jcms.profiling with parameters of type JProperties Modifier and Type Method Description void
ProfilingManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.property
Methods in com.jalios.jcms.property that return JProperties Modifier and Type Method Description JProperties
PropertyManager. getChannelProperties()
Returns the internal properties used by channel.Methods in com.jalios.jcms.property with parameters of type JProperties Modifier and Type Method Description void
PropertyManager. updateAndSaveProperties(JProperties prop)
Updates and save specified properties.void
PropertyManager. updateAndSaveProperties(JProperties prop, boolean notifyListener)
Updates and saves specified properties.void
PropertyManager. updateAndSaveProperties(JProperties props, boolean notifyListener, boolean sync)
Updates and saves specified properties. -
Uses of JProperties in com.jalios.jcms.publicationfollower
Methods in com.jalios.jcms.publicationfollower with parameters of type JProperties Modifier and Type Method Description void
PublicationFollowerManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.publiclink
Methods in com.jalios.jcms.publiclink with parameters of type JProperties Modifier and Type Method Description void
PublicLinkManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.push
Methods in com.jalios.jcms.push with parameters of type JProperties Modifier and Type Method Description void
PushNotificationManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.quota
Methods in com.jalios.jcms.quota with parameters of type JProperties Modifier and Type Method Description void
QuotaManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.recenthistory
Methods in com.jalios.jcms.recenthistory with parameters of type JProperties Modifier and Type Method Description void
RecentHistoryManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.recommendation
Methods in com.jalios.jcms.recommendation with parameters of type JProperties Modifier and Type Method Description void
RecommendationManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.replicamessage
Methods in com.jalios.jcms.replicamessage with parameters of type JProperties Modifier and Type Method Description void
ReplicaMessageManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.security
Methods in com.jalios.jcms.security with parameters of type JProperties Modifier and Type Method Description void
ContentSecurityPolicyManager. propertiesChange(JProperties properties)
void
JwtManager. propertiesChange(JProperties properties)
void
KeyStoreManager. propertiesChange(JProperties properties)
static ControllerStatus
KeyStoreManager. validateConfiguration(JProperties jproperties, java.util.List<JcmsMessage> informationMessagesCollector)
-
Uses of JProperties in com.jalios.jcms.security.classified
Methods in com.jalios.jcms.security.classified with parameters of type JProperties Modifier and Type Method Description void
ClassificationManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.service
Methods in com.jalios.jcms.service with parameters of type JProperties Modifier and Type Method Description void
ServiceManager. loadServices(JProperties properties)
void
ServiceManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.servlet
Methods in com.jalios.jcms.servlet with parameters of type JProperties Modifier and Type Method Description void
CookieManagementFilter. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.shortcut
Methods in com.jalios.jcms.shortcut with parameters of type JProperties Modifier and Type Method Description void
ShortcutManager. deleteShortcuts(JProperties props)
Delete all the shortcuts present as virtual ids in the given properties.void
ShortcutManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.test
Methods in com.jalios.jcms.test with parameters of type JProperties Modifier and Type Method Description protected void
JcmsTestCase. restoreProperties(JProperties properties)
Restores given JProperties.static void
JcmsTestCaseUtil. restoreProperties(JProperties properties)
Restores given JProperties.protected void
JcmsTestCase. setProperties(JProperties properties)
Sets given JProperties.static void
JcmsTestCaseUtil. setProperties(JProperties properties)
Sets given JProperties. -
Uses of JProperties in com.jalios.jcms.thumbnail
Methods in com.jalios.jcms.thumbnail with parameters of type JProperties Modifier and Type Method Description void
ThumbnailPolicyManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.tracking
Methods in com.jalios.jcms.tracking with parameters of type JProperties Modifier and Type Method Description void
ReaderTrackerManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.trash
Methods in com.jalios.jcms.trash with parameters of type JProperties Modifier and Type Method Description void
TrashManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.ui
Methods in com.jalios.jcms.ui with parameters of type JProperties Modifier and Type Method Description void
IconManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.uicomponent
Methods in com.jalios.jcms.uicomponent with parameters of type JProperties Modifier and Type Method Description void
TTCardManager. propertiesChange(JProperties properties)
void
UIComponentsManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.uicomponent.image.editor
Methods in com.jalios.jcms.uicomponent.image.editor with parameters of type JProperties Modifier and Type Method Description void
ImageEditorManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.uicomponent.linkitems
Methods in com.jalios.jcms.uicomponent.linkitems with parameters of type JProperties Modifier and Type Method Description void
UILinkItemsManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.uicomponent.sidebar
Methods in com.jalios.jcms.uicomponent.sidebar with parameters of type JProperties Modifier and Type Method Description void
MemberSidebarManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.uicomponent.topbar
Methods in com.jalios.jcms.uicomponent.topbar with parameters of type JProperties Modifier and Type Method Description void
TopbarManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.unifiedinsert
Methods in com.jalios.jcms.unifiedinsert with parameters of type JProperties Modifier and Type Method Description void
UnifiedInsertManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.vote
Methods in com.jalios.jcms.vote with parameters of type JProperties Modifier and Type Method Description void
VoteManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.webpage
Methods in com.jalios.jcms.webpage with parameters of type JProperties Modifier and Type Method Description void
WebPageManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.workspace
Methods in com.jalios.jcms.workspace with parameters of type JProperties Modifier and Type Method Description void
HierarchicalWorkspacesManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.wysiwyg
Methods in com.jalios.jcms.wysiwyg with parameters of type JProperties Modifier and Type Method Description java.util.List<AttributeCleaner>
WysiwygManager. loadAttributeCleaners(JProperties properties)
Initialize HTML attributes cleaner from properties.static org.jsoup.safety.Safelist
WysiwygManager. loadSafelist(JProperties properties)
Initialize a JSoup Safelist from configuration available in the specified JProperties.void
WysiwygManager. propertiesChange(JProperties properties)
-
Uses of JProperties in com.jalios.jcms.wysiwyg.safety
Methods in com.jalios.jcms.wysiwyg.safety with parameters of type JProperties Modifier and Type Method Description void
AttributeCleaner. configureFromProperties(JProperties prop)
void
Cleaner. configureFromProperties(JProperties prop)
Configure the current cleaner with the specified properties. -
Uses of JProperties in com.jalios.ldap
Methods in com.jalios.ldap with parameters of type JProperties Modifier and Type Method Description protected void
LDAPConfiguration. readProperties(JProperties prop, java.lang.String serverConf)
Constructors in com.jalios.ldap with parameters of type JProperties Constructor 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. -
Uses of JProperties in com.jalios.util
Subclasses of JProperties in com.jalios.util Modifier and Type Class Description class
LangProperties
Fields in com.jalios.util with type parameters of type JProperties Modifier and Type Field Description protected java.util.Map<java.lang.String,JProperties>
JProperties. prefixPropertiesCache
Methods in com.jalios.util that return JProperties Modifier and Type Method Description protected JProperties
JProperties. checkCacheGetProperties(java.lang.String prefix)
JProperties
JProperties. getProperties(java.lang.String prefix)
Returns a new property set of properties with key matching a given prefix.JProperties
LangProperties. getProperties(java.lang.String prefix)
Returns a new property set of properties with key matching a given prefix.static JProperties
JProperties. parse(java.lang.String str)
static JProperties
JProperties. parse(java.lang.String str, boolean decodeDoubleBackslashedChar)
Methods in com.jalios.util with parameters of type JProperties Modifier and Type Method Description void
JProperties. addProperties(JProperties prop)
Add every property of the givenJProperties
to thisJProperties
.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)
Constructors in com.jalios.util with parameters of type JProperties Constructor Description JProperties(JProperties jProperties)
Constructor with a parent JProperties (used only for resolve linked properties when subProperties feature is used.LangProperties(JProperties jProperties)
-