public abstract static class BasicQueryBuilder.ParamBinding extends Object
Property Summary | ||
---|---|---|
Property | Type | Default Value |
paramKey |
String |
***** paramKey property must be configured ***** |
Constructor and Description |
---|
BasicQueryBuilder.ParamBinding() |
Modifier and Type | Method and Description |
---|---|
abstract void |
bind(UrlParam pUrlParam,
UrlState pUrlState,
com.endeca.navigation.UrlENEQuery pUrlENEQuery) |
String |
getParamKey() |
void |
setParamKey(String pParamKey)
Sets the parameter key to be used by the QueryBuilder object, when it constructs
a UrlENEQuery from an UrlState.
|
public String getParamKey()
public void setParamKey(String pParamKey)
pParamKey
- key to be used by QueryBuilder object.
For example, if the key has been set as "N", and the UrlState from which
the UrlENEQuery is built is associated with the N parameter, then this parameter
will be appended to the UrlENEQuery.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.