Interface VersionedPlugins


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

      • 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