ru.biosoft.access.repository
Class PluginActions
- public class PluginActions
- implements ActionsProvider
This class is used to allow any plugin provide provide context speific actions
for repository pop up menu. For this purpose it loads all extensions for
ru.biosoft.repository.actionsPorivider extension point
and returns union of all possible actions for the given repository item (or bean).
| Method Summary |
Action[] | getActions(Object bean) |
static List | loadExtensions(String extensionPointId) Load all executable extensions for the specified extension point. |
PluginActions
public PluginActions()
PluginActions
public PluginActions(String extentionPointId)
getActions
public Action[] getActions(Object bean)
loadExtensions
public static List loadExtensions(String extensionPointId)
- Load all executable extensions for the specified extension point.
to Class org.apache.log4j.Category
to Class java.util.List
BOTTOM