Interface DynamicInformationProvider
-
- All Superinterfaces:
Component
- All Known Implementing Classes:
URLBasedDynamicInformationProvider
public interface DynamicInformationProvider extends Component
Interface representing a provider of dynamic information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Get id of this providerI18nizableText
getLabel()
Get label of this providervoid
saxDynamicInformation(ContentHandler contentHandler, String linkId, String siteName, String language, int nbItems)
SAX the dynamic information for a specific link
-
-
-
Method Detail
-
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.
-
getLabel
I18nizableText getLabel()
Get label of this provider- Returns:
- The label of this provider
-
-