consciouscode.seedling.config
Interface PropertyEvaluationContext

All Superinterfaces:
ConfigEvaluatorContext

public interface PropertyEvaluationContext
extends ConfigEvaluatorContext

Dynamic context for evaluating properties of new Seedling nodes by a ConfigEvaluator.

See Also:
ConfigEvaluator.evaluateProperty(PropertyEvaluationContext,String,Class)

Method Summary
 Object superEvaluateProperty(String name, Class<?> type)
           
 
Methods inherited from interface consciouscode.seedling.config.ConfigEvaluatorContext
evaluateProperty, getConfigResource, getLocation
 

Method Detail

superEvaluateProperty

Object superEvaluateProperty(String name,
                             Class<?> type)
                             throws PropertyEvaluationException
Returns:
ConfigEvaluator.NO_VALUE if there's no overridden value.
Throws:
PropertyEvaluationException


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.