| Class | Description |
|---|---|
| Query<RESULT> |
class to execute sql statements. not an inheritance of AbstractRunnable in cause of not having constraints in its
parameter map.
|
| RuleExpression<T extends Serializable> |
Attribute providing the calculation of a
Rule. |
| RunnableExpression<T extends Serializable> |
base for all expression runners
|
| SimpleExpression |
simple runnable expression. useful to show an url in an iframe. all context properties are filled into expression if
there are ant-like variables.
|
| SQLExpression<T extends Serializable> |
Usable as attribute getting it's value through a given sql-query.
|
| URLExpression<T extends Serializable> |
Usable as attribute getting it's value through a given restful service. the expression is here an url query path.
|
| WebClient<T> |
Copyright © 2012–2020. All rights reserved.