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(java.lang.String name,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySetter.addToProperty(java.lang.String path,
java.lang.Object value)
Add the given property to the properties resolved by the given path.
|
void |
PropertySetter.addToProperty(java.lang.String path,
java.lang.Object value,
boolean allowDuplicates)
Add the given property to the properties resolved by the given path.
|
void |
PropertySetter.removeFromProperty(java.lang.String path,
java.lang.Object value)
Remove the given value from the properties resolved by the given path.
|
void |
PropertySetter.setProperty(java.lang.String path,
java.lang.Object value)
Set the property (properties) given by the path to the given value
|
boolean |
ChangeableBean.setProperty(java.lang.String name,
java.lang.Object value) |
boolean |
Changeable.setProperty(java.lang.String name,
java.lang.Object value)
Set (modify) the property name to resolve to the given value
|
Modifier and Type | Method and Description |
---|---|
boolean |
ViewPlugin.setProperty(java.lang.String name,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
static void |
PortalPropertySetter.set(java.lang.String propertyPath,
java.lang.Object value)
Set the portal property identified via propertyPath to the provided value
|
Modifier and Type | Method and Description |
---|---|
void |
GenticsPortletContext.setPortalProperty(java.lang.String propertyPath,
java.lang.Object value)
sets the portal property identified via propertyPath to a certain value provided
|
Copyright © 2019 Gentics Software. All Rights Reserved.