com.endeca.navigation.charting
Interface Drilldown


public interface Drilldown

This callback interface tells CordaChartBuilder the URLs to use for drilldown.


Method Summary
 String getLabelURL(Label label, HttpServletRequest request)
          Returns the drilldown URL for the specified label.
 String getValueURL(Cell value, HttpServletRequest request)
          Returns the drilldown URL for this value.
 

Method Detail

getLabelURL

String getLabelURL(Label label,
                   HttpServletRequest request)
Returns the drilldown URL for the specified label.

Parameters:
label - the label (a Label object).
request - the current request, for help in formulating the URL.
Returns:
The drilldown URL for the label. Returns null to disable drilldown for this label.

getValueURL

String getValueURL(Cell value,
                   HttpServletRequest request)
Returns the drilldown URL for this value.

Parameters:
value - the value (a Cell object).
request - the current request, for help in formulating the URL.
Returns:
The drilldown URL for the value. Returns null to disable drilldown for this value.


© 2003, 2012 Oracle and/or its affiliates. All rights reserved.