Interface DynamicInformationProvider

All Superinterfaces:
Component
All Known Implementing Classes:
URLBasedDynamicInformationProvider

public interface DynamicInformationProvider extends Component
Interface representing a provider of dynamic information
  • 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 into
      linkId - The id of link.
      siteName - The current site name
      language - 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