Interface VersionedPlugins
-
public interface VersionedPlugins
Services for working withVersionedPlugin
at runtime based on the request.- Author:
- peobrie
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionedPlugin
versionedPlugin(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
-
-