Package | Description |
---|---|
com.gentics.api.lib.resolving |
Package for classes and interfaces related to property resolving.
|
com.gentics.api.lib.rule |
Package for classes and interfaces related rule parsing and interpretation.
|
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 |
---|---|
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.
|
static Object |
PropertyResolver.resolve(Resolvable startObject,
String propertyPath)
Resolve the given property path to a value (which also might be a
Collection of values) or null, starting with the given startObject
|
static Object |
PropertyResolver.resolve(Resolvable startObject,
String propertyPath,
boolean failIfUnresolvablePath)
Resolve the given property path to a value (which also might be a
Collection of values) or null, starting with the given startObject.
|
Object |
PropertyResolver.resolve(String propertyPath)
Resolve the given property path to a value (which also might be a
Collection of values) or null.
|
Object |
PropertyResolver.resolve(String propertyPath,
boolean failIfUnresolvablePath)
Resolve the given property path to a value (which also might be a
Collection of values) or null.
|
static List |
PropertyResolver.resolvePath(Resolvable startObject,
String propertyPath)
Resolve the given propertypath into a list of instances of
PropertyResolver.PropertyPathEntry , starting with the given Resolvable |
protected static List |
PropertyResolver.resolvePath(Resolvable startObject,
String propertyPath,
boolean failIfUnresolvablePath,
Class implementingClass,
boolean cleanResolvableStack,
Stack resolvableStack)
Resolve the given path into a list of objects.
|
List |
PropertyResolver.resolvePath(String propertyPath)
Resolve the given propertypath into a list of instances of
PropertyResolver.PropertyPathEntry . |
void |
PropertySetter.setProperty(String path,
Object value)
Set the property (properties) given by the path to the given value
|
Modifier and Type | Method and Description |
---|---|
Object |
RuleTree.resolve(String objectPrefix,
String attribute)
Deprecated.
Resolve the given attribute for a resolver with the given objectPrefix
|
Modifier and Type | Method and Description |
---|---|
static Object |
PortalPropertySetter.get(String propertyPath)
Get a portal property via the provided path
|
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 |
---|---|
protected Object |
AbstractGenticsPortlet.getPortalProperty(String propertyPath)
returns the portal property (not implemented in abstractmodule)
|
Object |
GenticsPortletContext.resolvePortalProperty(String propertyPath)
resolve a property from the GenticsPortletContext via a path provided
|
void |
GenticsPortletContext.setPortalProperty(String propertyPath,
Object value)
sets the portal property identified via propertyPath to a certain value provided
|
Copyright © 2017 Gentics Software. All Rights Reserved.