Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.accesscontrol | |
com.jalios.jcms.alert | |
com.jalios.jcms.analytics | |
com.jalios.jcms.comparator | |
com.jalios.jcms.db | |
com.jalios.jcms.fileprocessor.processingmanagement | |
com.jalios.jcms.fileprocessor.repository | |
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
com.jalios.jcms.mail | |
com.jalios.jcms.mail.listener | |
com.jalios.jcms.mashup |
Contains classes used for data Import/Export.
|
com.jalios.jcms.plugin | |
com.jalios.jcms.recommendation | |
com.jalios.jcms.stat |
Provides classes for statistics management and analysis.
|
com.jalios.jcms.tracking | |
com.jalios.jcms.vote | |
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
com.jalios.ldap |
Contains Jalios LDAP utility classes.
|
com.jalios.util |
Contains Jalios utility classes (Unix-like crypt class, RSS parser,
mail utility, servlet utility, comparators and miscellaneous utility
static methods).
|
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.
|
void |
Channel.updateAndSaveProperties(JProperties prop)
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 |
---|---|
void |
ComparatorManager.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 | 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 |
ArchiveMailListener.propertiesChange(JProperties properties) |
Constructor and Description |
---|
ImportSource(java.lang.String id,
JProperties prop)
Create a site from properties
|
Modifier and Type | Field and Description |
---|---|
protected JProperties |
Plugin.pluginProp |
Modifier and Type | Method and Description |
---|---|
void |
RecommendationManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
StatManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ReaderTrackerManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
VoteManager.propertiesChange(JProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicalWorkspacesManager.propertiesChange(JProperties properties) |
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 | Method and Description |
---|---|
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.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.