HEADER

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).


Constructor Summary
PluginActions()
           
PluginActions(String extentionPointId)
           

Method Summary
 Action[]getActions(Object bean)
           
 static ListloadExtensions(String extensionPointId)
          Load all executable extensions for the specified extension point.

Constructor Detail

PluginActions

public PluginActions()

PluginActions

public PluginActions(String extentionPointId)
Method Detail

getActions

public Action[] getActions(Object bean)

loadExtensions

public static List loadExtensions(String extensionPointId)
Load all executable extensions for the specified extension point.

Association Links

to Class org.apache.log4j.Category

to Class java.util.List


FOOTER

BOTTOM