public class AeshConverterInvocation extends java.lang.Object implements ConverterInvocation
| Modifier and Type | Field and Description |
|---|---|
private AeshContext |
aeshContext |
private java.lang.String |
input |
| Constructor and Description |
|---|
AeshConverterInvocation(java.lang.String input,
AeshContext aeshContext) |
| Modifier and Type | Method and Description |
|---|---|
AeshContext |
getAeshContext() |
java.lang.String |
getInput() |
private final java.lang.String input
private final AeshContext aeshContext
public AeshConverterInvocation(java.lang.String input,
AeshContext aeshContext)
public java.lang.String getInput()
getInput in interface ConverterInvocationpublic AeshContext getAeshContext()
getAeshContext in interface ConverterInvocation