| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.type.provided |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProvidedValue<?>> |
EngineOperations.provideActionArgs(String actionName,
ProvideArgsParameters parameters)
Provides action arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProvidedValue<?>> |
ProvideArgsContext.getProvided() |
Map<String,ProvidedValue<?>> |
ActionAdapter.provideArgs(ProvideArgsParameters parameters)
Provides action arguments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvideArgsContext.setProvided(Map<String,ProvidedValue<?>> provided) |
| Constructor and Description |
|---|
ProvideArgsContext(Set<String> provide,
Set<String> submit,
Map<String,Object> current,
Map<String,ProvidedValue<?>> provided,
Map<String,DataType> dynamicTypes,
Map<String,Map<String,Object>> argFeatures,
boolean initial) |
| Modifier and Type | Method and Description |
|---|---|
<E> ProvidedValue<T> |
ProvidedValue.withAnnotatedElementValueSet(List<AnnotatedValue<E>> annotatedElementValueSet) |
ProvidedValue<T> |
ProvidedValue.withAnnotatedValueSet(List<AnnotatedValue<T>> annotatedValueSet) |
<E> ProvidedValue<T> |
ProvidedValue.withElementValueSet(List<E> elementValueSet) |
ProvidedValue<T> |
ProvidedValue.withValue(T value) |
ProvidedValue<T> |
ProvidedValue.withValueSet(List<T> valueSet) |
Copyright © 2016–2021 Softelnet. All rights reserved.