public class ContextConfigurator extends Object
Constructor and Description |
---|
ContextConfigurator() |
ContextConfigurator(String resource) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyBeanRefList(String id,
String propertyName,
List<? extends String> values) |
void |
addTrigger(String triggerId)
Enlists a new trigger in the scheduler
|
void |
clearPropertyValue(String id,
String propertyName) |
String |
getDialect() |
protected org.jdom.Element |
getPropElement(String id,
String propertyName,
String key)
Retrieves the prop element of the specified property, that is one inside
the
|
String |
getProperty(String id,
String propertyName) |
protected org.jdom.Element |
getPropertyElement(String id,
String propertyName) |
String |
getPropertyProp(String id,
String propertyName,
String key)
Retrieves the prop value of the specified property, that is one inside
the
|
void |
setProperty(String id,
String propertyName,
String value) |
void |
setPropValue(String id,
String propertyName,
String key,
String value)
Sets the prop value of the specified property, that is one inside the
|
boolean |
write() |
protected XMLBean xml
public ContextConfigurator(String resource)
public ContextConfigurator()
public void addPropertyBeanRefList(String id, String propertyName, List<? extends String> values)
public String getPropertyProp(String id, String propertyName, String key)
id
- The bean idpropertyName
- The property namekey
- The pop keyprotected org.jdom.Element getPropElement(String id, String propertyName, String key)
id
- The bean idpropertyName
- The property namekey
- The pop keypublic void setPropValue(String id, String propertyName, String key, String value)
id
- The bean idpropertyName
- The property namekey
- The pop keypublic String getDialect()
public boolean write()
public void addTrigger(String triggerId)
triggerId
- name of the trigger's beanCopyright © 2008-2014 Logical Objects. All Rights Reserved.