|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParametersCallback
Callback interface to obtain parameter values.
| Method Summary | |
|---|---|
java.lang.Object |
getParameter(java.lang.String name)
Returns the value of parameter specified by name. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||