public class SetHelper extends Object
Constructor and Description |
---|
SetHelper()
Create an instance of the SetHelper.
|
Modifier and Type | Method and Description |
---|---|
void |
addBaseObject(String objectName,
Object object)
Add a new base object to the SetHelper.
|
protected void |
addToProperty(String propertyPath,
Object value)
add the given value to the multivalue property
|
boolean |
executeCommand(String setCommand)
Parse and execute the given setCommand
|
protected Object |
getProperty(String propertypath)
Get the property by its path.
|
protected void |
setProperty(String propertyPath,
Object value)
set the property with given path
|
public void addBaseObject(String objectName, Object object)
objectName
- name of the base objectobject
- base object (Resolvable or Map)public boolean executeCommand(String setCommand)
setCommand
- a set command of the form portal.blablabla.whatever =
view.blablablaprotected Object getProperty(String propertypath)
propertypath
- path to the propertyprotected void setProperty(String propertyPath, Object value)
propertyPath
- path to the property to setvalue
- new value of the propertyCopyright © 2015 Gentics Software GmbH. All Rights Reserved.