Index

A C D G L M 
All Classes and Interfaces|All Packages

A

Action - Interface in ddf.action
An Action has a URL meant to be used in a browser or be able to be invoked to provide some resource or business logic.
ActionProvider - Interface in ddf.action
This class provides an Action for a given subject.
ActionRegistry - Interface in ddf.action
This class is used to find all Action objects that correspond to a certain input object.

C

canHandle(T) - Method in interface ddf.action.MultiActionProvider
Checks if an ActionProvider supports a given subject.

D

ddf.action - package ddf.action
 

G

getAction(T) - Method in interface ddf.action.ActionProvider
 
getActions(T) - Method in interface ddf.action.MultiActionProvider
Assumes that MultiActionProvider.canHandle(Object) for the has already been checked.
getDescription() - Method in interface ddf.action.Action
 
getId() - Method in interface ddf.action.Action
 
getId() - Method in interface ddf.action.ActionProvider
 
getId() - Method in interface ddf.action.MultiActionProvider
 
getTitle() - Method in interface ddf.action.Action
 
getUrl() - Method in interface ddf.action.Action
 

L

list(T) - Method in interface ddf.action.ActionRegistry
Used to retrieve all actions that can be applied to a given input.

M

MultiActionProvider - Interface in ddf.action
This class provides an Action for a given subject.
A C D G L M 
All Classes and Interfaces|All Packages