Modifier and Type | Required Element and Description |
---|---|
String |
actionExecutor
Action Executor to allow to define which action will be called by the action dispatcher
The groovy action have to be prefixed by groovy:
|
String |
id |
Modifier and Type | Optional Element and Description |
---|---|
String |
description |
boolean |
hidden |
String |
name |
Parameter[] |
parameters
Parameters specific to the action
The value of the parameters can be retrieved in the action like the following:
action.getParameterValues().get(parameterName);
|
String[] |
systemTags
List of tags that help to classify the action
|
public abstract String id
public abstract String actionExecutor
public abstract String name
public abstract String description
public abstract Parameter[] parameters
public abstract String[] systemTags
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.