Package org.codice.ddf.rest.impl.action
Class ViewMetacardActionProvider
java.lang.Object
org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
org.codice.ddf.rest.impl.action.ViewMetacardActionProvider
- All Implemented Interfaces:
ddf.action.ActionProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ddf.action.ActioncreateMetacardAction(String actionProviderId, String title, String description, URL url) protected URLgetMetacardActionUrl(String metacardSource, ddf.catalog.data.Metacard metacard) Methods inherited from class org.codice.ddf.catalog.actions.AbstractMetacardActionProvider
canHandle, canHandleMetacard, getAction, getId, getMetacardAction, toString
-
Field Details
-
TITLE
- See Also:
-
DESCRIPTION
- See Also:
-
-
Constructor Details
-
ViewMetacardActionProvider
-
-
Method Details
-
getMetacardActionUrl
protected URL getMetacardActionUrl(String metacardSource, ddf.catalog.data.Metacard metacard) throws MalformedURLException, URISyntaxException, UnsupportedEncodingException - Specified by:
getMetacardActionUrlin classAbstractMetacardActionProvider- Throws:
MalformedURLExceptionURISyntaxExceptionUnsupportedEncodingException
-
createMetacardAction
protected ddf.action.Action createMetacardAction(String actionProviderId, String title, String description, URL url) - Specified by:
createMetacardActionin classAbstractMetacardActionProvider
-