|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownPropertyException | |
---|---|
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. |
Uses of UnknownPropertyException in com.gentics.api.lib.resolving |
---|
Methods in com.gentics.api.lib.resolving that throw UnknownPropertyException | |
---|---|
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 |
Uses of UnknownPropertyException in com.gentics.api.lib.rule |
---|
Methods in com.gentics.api.lib.rule that throw UnknownPropertyException | |
---|---|
Object |
RuleTree.resolve(String objectPrefix,
String attribute)
Deprecated. Resolve the given attribute for a resolver with the given objectPrefix |
Uses of UnknownPropertyException in com.gentics.api.portalnode.portal |
---|
Methods in com.gentics.api.portalnode.portal that throw UnknownPropertyException | |
---|---|
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 |
Uses of UnknownPropertyException in com.gentics.api.portalnode.portlet |
---|
Methods in com.gentics.api.portalnode.portlet that throw UnknownPropertyException | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |