Uses of Class
com.gentics.api.lib.exception.UnknownPropertyException

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(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.
static java.lang.Object PropertyResolver.resolve(Resolvable startObject, java.lang.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 java.lang.Object PropertyResolver.resolve(Resolvable startObject, java.lang.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.
 java.lang.Object PropertyResolver.resolve(java.lang.String propertyPath)
          Resolve the given property path to a value (which also might be a Collection of values) or null.
 java.lang.Object PropertyResolver.resolve(java.lang.String propertyPath, boolean failIfUnresolvablePath)
          Resolve the given property path to a value (which also might be a Collection of values) or null.
static java.util.List PropertyResolver.resolvePath(Resolvable startObject, java.lang.String propertyPath)
          Resolve the given propertypath into a list of instances of PropertyResolver.PropertyPathEntry, starting with the given Resolvable
protected static java.util.List PropertyResolver.resolvePath(Resolvable startObject, java.lang.String propertyPath, boolean failIfUnresolvablePath, java.lang.Class implementingClass, boolean cleanResolvableStack, java.util.Stack resolvableStack)
          Resolve the given path into a list of objects.
 java.util.List PropertyResolver.resolvePath(java.lang.String propertyPath)
          Resolve the given propertypath into a list of instances of PropertyResolver.PropertyPathEntry.
 void PropertySetter.setProperty(java.lang.String path, java.lang.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
 java.lang.Object RuleTree.resolve(java.lang.String objectPrefix, java.lang.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 java.lang.Object PortalPropertySetter.get(java.lang.String propertyPath)
          Get a portal property via the provided path
static void PortalPropertySetter.set(java.lang.String propertyPath, java.lang.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  java.lang.Object AbstractGenticsPortlet.getPortalProperty(java.lang.String propertyPath)
          returns the portal property (not implemented in abstractmodule)
 java.lang.Object GenticsPortletContext.resolvePortalProperty(java.lang.String propertyPath)
          resolve a property from the GenticsPortletContext via a path provided
 void GenticsPortletContext.setPortalProperty(java.lang.String propertyPath, java.lang.Object value)
          sets the portal property identified via propertyPath to a certain value provided
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.