Uses of Class
com.jalios.util.JProperties

Packages that use JProperties
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.db   
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   
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.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.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)
           
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.