Interface VersionedPlugins
public interface VersionedPlugins
Services for working with
VersionedPlugin at runtime based on the
request.- Author:
- peobrie
-
Method Summary
Modifier and TypeMethodDescriptionversionedPlugin(javax.servlet.http.HttpServletRequest request) Get the VersionedPlugin that corresponds to the request.
-
Method Details
-
versionedPlugin
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
-