Interface VersionedPlugins


public interface VersionedPlugins
Services for working with VersionedPlugin at runtime based on the request.
Author:
peobrie
  • Method Summary

    Modifier and Type
    Method
    Description
    versionedPlugin(javax.servlet.http.HttpServletRequest request)
    Get the VersionedPlugin that corresponds to the request.
  • Method Details

    • versionedPlugin

      VersionedPlugin versionedPlugin(javax.servlet.http.HttpServletRequest request)
      Get the VersionedPlugin that corresponds to the request. Will return null if the request can not be associated with an API plugin.
      Parameters:
      request - The request to examine
      Returns:
      VersionedPlugin that corresponds to the request or null