Uses of Class
org.apache.unomi.groovy.actions.annotations.Parameter
-
Packages that use Parameter Package Description org.apache.unomi.groovy.actions.annotations -
-
Uses of Parameter in org.apache.unomi.groovy.actions.annotations
Methods in org.apache.unomi.groovy.actions.annotations that return Parameter Modifier and Type Method Description 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);
-