Interface DynamicInformationProvider
- All Superinterfaces:
 Component
- All Known Implementing Classes:
 URLBasedDynamicInformationProvider
Interface representing a provider of dynamic information
- 
Method Summary
Modifier and TypeMethodDescriptiongetId()Get id of this providergetLabel()Get label of this providervoidsaxDynamicInformation(ContentHandler contentHandler, String linkId, String siteName, String language, int nbItems) SAX the dynamic information for a specific link 
- 
Method Details
- 
saxDynamicInformation
void saxDynamicInformation(ContentHandler contentHandler, String linkId, String siteName, String language, int nbItems) throws Exception SAX the dynamic information for a specific link- Parameters:
 contentHandler- The contenthandler to sax intolinkId- The id of link.siteName- The current site namelanguage- The language used.nbItems- The number of item to get for tooltip.- Throws:
 Exception- if an exception error occurs.
 - 
getId
Get id of this provider- Returns:
 - The id of this provider
 
 - 
getLabel
Get label of this provider- Returns:
 - The label of this provider
 
 
 -