To implement a new Action: - Create a Component Service that extend AbstractAction - Create a static method in there that creates an ActionConfig for the new Action. This method defines the "interface" for this action: What data does the execute method need in addition to the data {@link CommandTransformation#getInputCommand()}? - Implement the execute method: Read the attributes created with the static factory method, execute the action.@author Vladimir Tihomirov
|
|