Package ddf.action
Interface Action
public interface Action
-
Method Summary
-
Method Details
-
getId
String getId()- Returns:
- the unique identifier of the
ActionProviderthat supplied theAction - See Also:
-
getUrl
URL getUrl()- Returns:
URLobject that provides business logic when invoked. This could be used as the href of a html hyperlink.
-
getTitle
String getTitle()- Returns:
- a title that provides a brief name or label for this
Action. Title can be used as the hyperlink text for a HTML hyperlink.
-
getDescription
String getDescription()
-