Interface IApplicationVisitor

All Known Implementing Classes:
ApplicationVisitor, PrefixVisitor

public interface IApplicationVisitor
The application visitor interface is used during the initialization of the portal engine to determine the applications that are available.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addApplication(String name, Version[] versions)
    This method should be invoked by the (IPortalEngineDS) data-source implementation to notify the portal engine of the existence of a project.
  • Method Details

    • addApplication

      void addApplication(String name, Version[] versions)
      This method should be invoked by the (IPortalEngineDS) data-source implementation to notify the portal engine of the existence of a project. The method should be invoked for each project with an array of the versions that are available for the application.
      Parameters:
      name - The name of the project that is available.
      versions - An array of versions that are available.