Package org.osesb.scriptedvariables

Support classes for scripted variables.

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}.
 

Package org.osesb.scriptedvariables Description

Support classes for scripted variables. Scripted variables are used to support parameterized SQL statements and ValidationBeans.