Package | Description |
---|---|
com.gentics.api.lib.expressionparser |
Package for classes and interfaces related to parsing and evaluating
of expressions.
|
com.gentics.api.lib.resolving |
Package for classes and interfaces related to property resolving.
|
com.gentics.api.portalnode.plugin |
Package for specific plugin implementations.
|
com.gentics.api.portalnode.portal | |
com.gentics.api.portalnode.portlet |
Package for the Gentics® specific Portlet implementations and enhancements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionEvaluator.setProperty(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySetter.addToProperty(String path,
Object value)
Add the given property to the properties resolved by the given path.
|
void |
PropertySetter.addToProperty(String path,
Object value,
boolean allowDuplicates)
Add the given property to the properties resolved by the given path.
|
void |
PropertySetter.removeFromProperty(String path,
Object value)
Remove the given value from the properties resolved by the given path.
|
void |
PropertySetter.setProperty(String path,
Object value)
Set the property (properties) given by the path to the given value
|
boolean |
ChangeableBean.setProperty(String name,
Object value) |
boolean |
Changeable.setProperty(String name,
Object value)
Set (modify) the property name to resolve to the given value
|
Modifier and Type | Method and Description |
---|---|
boolean |
ViewPlugin.setProperty(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
static void |
PortalPropertySetter.set(String propertyPath,
Object value)
Set the portal property identified via propertyPath to the provided value
|
Modifier and Type | Method and Description |
---|---|
void |
GenticsPortletContext.setPortalProperty(String propertyPath,
Object value)
sets the portal property identified via propertyPath to a certain value provided
|
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.