com.bea.p13n.ad
Interface VariableFinder

All Known Implementing Classes:
DefaultContentProvider.ContentVariableFinder, MapVariableFinder

public interface VariableFinder

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

See Also
Variables

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

Method Detail

getVariableValue

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

Parameters
name - the variable name.
Returns
the value or null.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.