Package com.logicaldoc.util.config
Class ContextConfigurator
java.lang.Object
com.logicaldoc.util.config.ContextConfigurator
Configurator class for spring's application context setup.
- Since:
- 3.0
- Author:
- Marco Meschieri
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPropertyBeanRefList(String id, String propertyName, List<String> values) voidaddTrigger(String triggerId) Enlists a new trigger in the schedulervoidclearPropertyValue(String id, String propertyName) getProperty(String id, String propertyName) getPropertyProp(String id, String propertyName, String key) Retrieves the prop value of the specified property, that is one inside the <props> tag:voidsetProperty(String id, String propertyName, String value) voidsetPropValue(String id, String propertyName, String key, String value) Sets the prop value of the specified property, that is one inside the <props> tag:booleanwrite()
- 
Constructor Details- 
ContextConfigurator
- 
ContextConfiguratorpublic ContextConfigurator()
 
- 
- 
Method Details- 
setProperty
- 
clearPropertyValue
- 
addPropertyBeanRefList
- 
getProperty
- 
getPropertyPropRetrieves the prop value of the specified property, that is one inside the <props> tag:<property><props><prop key="key_name">key_value</prop></props></property> - Parameters:
- id- The bean id
- propertyName- The property name
- key- The pop key
- Returns:
- The prop value
 
- 
setPropValueSets the prop value of the specified property, that is one inside the <props> tag:<property><props><prop key="key_name">key_value</prop></props></property> - Parameters:
- id- The bean id
- propertyName- The property name
- key- The property key
- value- The property value
 
- 
getDialect
- 
writepublic boolean write()
- 
addTriggerEnlists a new trigger in the scheduler- Parameters:
- triggerId- name of the trigger's bean
 
 
-