public class PointsConfigListener extends Object implements FieldConfigListener
FieldConfig
requests in
QueryConfigHandler
and add StandardQueryConfigHandler.ConfigurationKeys.POINTS_CONFIG
based on the StandardQueryConfigHandler.ConfigurationKeys.POINTS_CONFIG_MAP
set in the
QueryConfigHandler
.Constructor and Description |
---|
PointsConfigListener(QueryConfigHandler config)
Constructs a
PointsConfigListener object using the given QueryConfigHandler . |
Modifier and Type | Method and Description |
---|---|
void |
buildFieldConfig(FieldConfig fieldConfig)
This method is called ever time a field configuration is requested.
|
public PointsConfigListener(QueryConfigHandler config)
PointsConfigListener
object using the given QueryConfigHandler
.config
- the QueryConfigHandler
it will listen toopublic void buildFieldConfig(FieldConfig fieldConfig)
FieldConfigListener
buildFieldConfig
in interface FieldConfigListener
fieldConfig
- the field configuration requested, should never be nullCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.