| Package | Description |
|---|---|
| org.mmbase.applications.vprowizards.spring | |
| org.mmbase.applications.vprowizards.spring.action |
| Modifier and Type | Method and Description |
|---|---|
Action |
BasicCommand.MyFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends Action>> |
BasicCommandFactory.getActionClasses() |
Map<String,Map<String,Action>> |
BasicCommand.getActions() |
Map<String,Map<String,Action>> |
Command.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCommand.addAction(String mappingName,
Class<? extends Action> actionClass) |
void |
BasicCommandFactory.setActionClasses(List<Class<? extends Action>> actionClasses)
This method accepts a list of classes that implement
Action
Only the classes that qualify are added. |
| Constructor and Description |
|---|
MyFactory(Class<? extends Action> actualActionClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNodeAction
this is a template class for the 'real' node actions
Is it more or less a redo of
org.mmbase.datatypes.handler.html |
class |
AbstractRelationAction |
class |
CreateNodeAction
This action will create a node of the type that you set in the field
'nodemanager'
|
class |
CreateRelationAction
this action creates a relation.
|
class |
DeleteNodeAction
This acton can delete a node.
|
class |
SortRelationAction
FIXME: voor deze actie is het niet direct nodig om een source en destination node the hebben?
|
class |
ToggleRelationAction
This action is to replace the the CreateCheckboxRelation and UpdateCheckboxRelation actions from the previous version
of the backing code.
|
class |
UpdateNodeAction
This class finds the node that is identified by the field 'nodenr', and updates it with the given field values.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}