|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JProperties | |
---|---|
com.jalios.jcms | Contains the core JCMS classes. |
com.jalios.jcms.accesscontrol | |
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.stat | Provides classes for statistics management and analysis. |
com.jalios.jcms.test | |
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). |
Uses of JProperties in com.jalios.jcms |
---|
Fields in com.jalios.jcms declared as JProperties | |
---|---|
protected JProperties |
AdminNotes.properties
|
Methods in com.jalios.jcms that return JProperties | |
---|---|
JProperties |
Channel.getChannelProperties()
Returns the internal properties used by channel. |
Methods in com.jalios.jcms with parameters of type JProperties | |
---|---|
static org.jsoup.safety.Whitelist |
WysiwygManager.loadWhitelist(JProperties properties)
Initialize a JSoup Whitelist from configuration available in the specifie JProperties. |
void |
WysiwygManager.propertiesChange(JProperties properties)
|
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. |
Uses of JProperties in com.jalios.jcms.accesscontrol |
---|
Methods in com.jalios.jcms.accesscontrol with parameters of type JProperties | |
---|---|
void |
AccessControlManager.propertiesChange(JProperties properties)
|
Uses of JProperties in com.jalios.jcms.comparator |
---|
Methods in com.jalios.jcms.comparator with parameters of type JProperties | |
---|---|
void |
ComparatorManager.propertiesChange(JProperties properties)
|
Uses of JProperties in com.jalios.jcms.db |
---|
Methods in com.jalios.jcms.db with parameters of type JProperties | |
---|---|
void |
DBEventLogManager.propertiesChange(JProperties properties)
|
Uses of JProperties in com.jalios.jcms.fileprocessor.processingmanagement |
---|
Methods in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type JProperties | |
---|---|
void |
FileProcessorManager.propertiesChange(JProperties properties)
|
Uses of JProperties in com.jalios.jcms.fileprocessor.repository |
---|
Methods in com.jalios.jcms.fileprocessor.repository that return JProperties | |
---|---|
JProperties |
Repository.getRepositoryProperties()
|
Methods in com.jalios.jcms.fileprocessor.repository with parameters of type JProperties | |
---|---|
void |
Repository.setRepositoryProperties(JProperties properties)
|
Constructors in com.jalios.jcms.fileprocessor.repository with parameters of type JProperties | |
---|---|
Repository(String id,
JProperties properties)
The constructor set some default value and then read the specified properties. |
Uses of JProperties in com.jalios.jcms.handler |
---|
Methods in com.jalios.jcms.handler with parameters of type JProperties | |
---|---|
boolean |
PropertiesHandler.validateIntValues(JProperties props)
|
Uses of JProperties in com.jalios.jcms.mail |
---|
Fields in com.jalios.jcms.mail declared as JProperties | |
---|---|
protected JProperties |
MailAccount.properties
|
Methods in com.jalios.jcms.mail with parameters of type JProperties | |
---|---|
void |
MailFetcher.propertiesChange(JProperties properties)
|
Uses of JProperties in com.jalios.jcms.mail.listener |
---|
Methods in com.jalios.jcms.mail.listener with parameters of type JProperties | |
---|---|
void |
ArchiveMailListener.propertiesChange(JProperties properties)
|
Uses of JProperties in com.jalios.jcms.mashup |
---|
Constructors in com.jalios.jcms.mashup with parameters of type JProperties | |
---|---|
ImportSource(String id,
JProperties prop)
Create a site from properties |
Uses of JProperties in com.jalios.jcms.plugin |
---|
Fields in com.jalios.jcms.plugin declared as JProperties | |
---|---|
protected JProperties |
Plugin.pluginProp
|
Uses of JProperties in com.jalios.jcms.stat |
---|
Methods in com.jalios.jcms.stat with parameters of type JProperties | |
---|---|
void |
StatManager.propertiesChange(JProperties properties)
|
Uses of JProperties in com.jalios.jcms.test |
---|
Methods in com.jalios.jcms.test with parameters of type JProperties | |
---|---|
protected void |
JcmsTestCase.restoreProperties(JProperties properties)
Restores given JProperties. |
protected void |
JcmsTestCase.setProperties(JProperties properties)
Sets given JProperties. |
Uses of JProperties in com.jalios.jcms.workspace |
---|
Methods in com.jalios.jcms.workspace with parameters of type JProperties | |
---|---|
void |
HierarchicalWorkspacesManager.propertiesChange(JProperties properties)
|
Uses of JProperties in com.jalios.ldap |
---|
Methods in com.jalios.ldap with parameters of type JProperties | |
---|---|
protected void |
LDAPConfiguration.readProperties(JProperties prop)
|
Constructors in com.jalios.ldap with parameters of type JProperties | |
---|---|
LDAPConfiguration(JProperties props)
|
Uses of JProperties in com.jalios.util |
---|
Subclasses of JProperties in com.jalios.util | |
---|---|
class |
LangProperties
|
Methods in com.jalios.util that return JProperties | |
---|---|
JProperties |
LangProperties.getProperties(String prefix)
Returns a new property set of properties with key matching a given prefix. |
JProperties |
JProperties.getProperties(String prefix)
Returns a new property set of properties with key matching a given prefix. |
Methods in com.jalios.util with parameters of type JProperties | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |