Interface VersionedPlugins
-
public interface VersionedPluginsServices for working withVersionedPluginat runtime based on the request.- Author:
- peobrie
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionedPluginversionedPlugin(javax.servlet.http.HttpServletRequest request)Get the VersionedPlugin that corresponds to the request.
-
-
-
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
-
-