|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UndefinedVariableException | |
|---|---|
| org.clapper.util.text | org.clapper.util.text - Text and String Classes. |
| Uses of UndefinedVariableException in org.clapper.util.text |
|---|
| Methods in org.clapper.util.text that throw UndefinedVariableException | |
|---|---|
java.lang.String |
AbstractVariableSubstituter.substitute(java.lang.String s,
VariableDereferencer deref)
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax. |
java.lang.String |
AbstractVariableSubstituter.substitute(java.lang.String s,
VariableDereferencer deref,
java.lang.Object context)
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax. |
java.lang.String |
WindowsCmdVariableSubstituter.substitute(java.lang.String s,
VariableDereferencer deref,
VariableNameChecker nameChecker,
java.lang.Object context)
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax. |
java.lang.String |
UnixShellVariableSubstituter.substitute(java.lang.String s,
VariableDereferencer deref,
VariableNameChecker nameChecker,
java.lang.Object context)
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax. |
abstract java.lang.String |
AbstractVariableSubstituter.substitute(java.lang.String s,
VariableDereferencer deref,
VariableNameChecker nameChecker,
java.lang.Object context)
Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax. |
java.lang.String |
UnixShellVariableSubstituter.substitute(java.lang.String s,
VariableDereferencer deref,
VariableNameChecker nameChecker,
java.lang.Object context,
boolean allowEscapes)
Deprecated. As of version 2.3; please use UnixShellVariableSubstituter.setHonorEscapes(boolean) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||