public interface DynamicInformationProvider extends Component
| Modifier and Type | Method and Description | 
|---|---|
String | 
getId()
Get id of this provider 
 | 
I18nizableText | 
getLabel()
Get label of this provider 
 | 
void | 
saxDynamicInformation(ContentHandler contentHandler,
                     String linkId,
                     String siteName,
                     String language,
                     int nbItems)
SAX the dynamic information for a specific link 
 | 
void saxDynamicInformation(ContentHandler contentHandler, String linkId, String siteName, String language, int nbItems) throws Exception
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.Exception - if an exception error occurs.I18nizableText getLabel()