public interface ParametersCallback
Note: Currently Scriptella has a limitation which does not allow to distinguish between a value of null and an absence of the variable. This will be addressed in future versions.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getParameter(java.lang.String name)
Returns the value of parameter specified by name.
|
java.lang.Object getParameter(java.lang.String name)
The callback internally delegates a call to parent callbacks if the parameter cannot be found.
name
- parameter name. Providers are allowed (but not required) to ignore a case of the name parameter
to comply with their internal model. For example JDBC drivers are case-insensitive to column names.Copyright © Copyright 2006-2019 The Scriptella Project Team.