Interface ILcdWMSCapabilitiesUpdater


public interface ILcdWMSCapabilitiesUpdater
Deprecated.
Starting from version 2017.0, the preferred way of working is to use the ILcdWMSCapabilitiesProvider.
Interface that represents an updater for the capabilities of the WMS. Implementations can define a custom update strategy, e.g. based on incoming requests ( see update(HttpServletRequest) or a time-based strategy.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(jakarta.servlet.http.HttpServletRequest aRequest)
    Deprecated.
    Notification of a new WMS request.
  • Method Details

    • update

      void update(jakarta.servlet.http.HttpServletRequest aRequest)
      Deprecated.
      Notification of a new WMS request. Implementations may use this information to define an update strategy for the WMS capabilities. This method will be invoked before any request handling procedure is started.
      Parameters:
      aRequest - The received HttpServletRequest.