|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JProperties | |
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. |
| com.jalios.jcms.db | |
| com.jalios.jcms.mashup | |
| com.jalios.jcms.plugin | |
| 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 | |
|---|---|
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. |
| 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.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.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||