|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| ScriptedDateTimeVariableHandler | This descendant of ScriptedVariableHandler calculates values for scripted, date-time variables, including: ${now} // current date/time (snap shot in time) ${today} // current day (calendar day) ${days-before-today} // N days before today, like 2${days-before-today} ${days-after-today} // and so on... |
| ScriptedUUIDVariableHandler | This descendant of ScriptedVariableHandler returns a UUID. |
| ScriptedVariableHandler | This class is the ancestor for classes that return a value for a scriptedVariable. |
| ScriptedVariableHandlerFactory | Factory for creating implementations of ScriptedVariableHandler. |
| ScriptedVariableHelper | This Class has one static method, evaluateScriptedVariable(), which returns the run-time value of a ${scriptedVariable}. |
Support classes for scripted variables. Scripted variables are used to support parameterized SQL statements and ValidationBeans.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||