| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ValueHolder<T> |
EngineOperations.callIfExists(Class<T> resultClass,
String actionName)
Calls the action if it exists.
|
<T> ValueHolder<T> |
EngineOperations.callIfExists(Class<T> resultClass,
String actionName,
List<Object> args)
Calls the action if it exists.
|
ValueHolder<Object> |
EngineOperations.callIfExists(String actionName)
Calls the action if it exists.
|
ValueHolder<Object> |
EngineOperations.callIfExists(String actionName,
List<Object> args)
Calls the action if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
ValueHolder<Object> |
ActionManager.callActionIfExists(String actionName,
List<Object> args)
Calls the action if it exists.
|
Copyright © 2016–2019 Softelnet. All rights reserved.