public interface ValueStack
| Modifier and Type | Method and Description |
|---|---|
String |
findString(String expr) |
String |
findString(String expr,
boolean throwExceptionOnFailure) |
Object |
findValue(String expr) |
Object |
findValue(String expr,
boolean throwExceptionOnFailure) |
Object |
findValue(String expr,
Class asType) |
Object |
findValue(String expr,
Class asType,
boolean throwExceptionOnFailure) |
void |
setParameter(String expr,
Object value) |
void |
setValue(String expr,
Object value) |
void |
setValue(String expr,
Object value,
boolean throwExceptionOnFailure) |
Copyright © 2022. All rights reserved.