VariableFinder Interface

DEPRECATED Moved to com.bea.p13n.content.expression.VariableFinder.

com.beasys.commerce.foundation.expression
VariableFinder Interface

public interface VariableFinder

The interface for an object which can return the value for variables during variable substitution.

Related Topics

Variables


All Known Implementing Classes
com.beasys.commerce.foundation.expression.MapVariableFinder

Method Summary

public String
getVariableValue(String name)
Return the value of the named variable.

Method Detail

getVariableValue(String) Method

public String getVariableValue(String name)
Return the value of the named variable.

Parameters

name
the variable name.

Returns

the value or null.