Interface IContainerExpanderVisitor

All Known Implementing Classes:
ContainerExpanderVisitor, ReportingContainerExpanderVisitor

public interface IContainerExpanderVisitor
The container expander visitor interface is used during the initialization of the portal engine to determine the container expanders that are available.
Since:
7.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked by the data-source implementation to notify the portal engine of the existence of a container expander.
  • Method Details

    • addContainerExpander

      void addContainerExpander(IContainerExpanderDS datasource)
      This method should be invoked by the data-source implementation to notify the portal engine of the existence of a container expander. The method should be invoked for each container expander.
      Parameters:
      datasource - The container expander datasource.
      Throws:
      InitializationException - This exception is thrown when the container expander definition could not be initialized.