org.reactive.beans.factory.config
Interface PlaceholderEvaluator

All Known Implementing Classes:
AbstractPlaceholderEvaluator, CommonsPlaceholderEvaluator, JFigPlaceholderEvaluator, PropertiesPlaceholderEvaluator

public interface PlaceholderEvaluator

Evalutates a placeholder returning the value retrieved from the configuration source.

Since:
16.12.2004
Version:
$Id: PlaceholderEvaluator.java,v 1.2 2004/12/29 11:59:31 dan_washusen Exp $
Author:
Dan Washusen

Method Summary
 java.lang.Object evaluate(Placeholder placeholder)
          Evaluates an expression to a value defined in the configuration agent.
 

Method Detail

evaluate

java.lang.Object evaluate(Placeholder placeholder)
Evaluates an expression to a value defined in the configuration agent.

Parameters:
placeholder - The placeholder to evaluate
Returns:
The value returned from the configuration source


Copyright © 2004-2005 reactive.org. All Rights Reserved.