| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.foundation.expression.Variables
Variables.
public class Variables
Utility class to handle replacing ${varname} style variables in Strings.
VariableFinder| Constructor Summary | |
|---|---|
Variables()
Deprecated  | 
|
| Method Summary | |
|---|---|
static String | 
varSubstitute(String inStr,
              VariableFinder vars)
Deprecated Perform variable substitution (${varname}) on the specified string using the given variable name to value map.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Variables()
| Method Detail | 
|---|
public static String varSubstitute(String inStr,
                                   VariableFinder vars)
This does not handle any kind of escape sequences (e.g. "\${varname}" would still be replaced).
inStr - the input string.vars - the map of variable names to values.
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||