Class RequestHeaderToProfilePropertyAction
- java.lang.Object
-
- org.apache.unomi.plugins.request.actions.RequestHeaderToProfilePropertyAction
-
- All Implemented Interfaces:
ActionExecutor
public class RequestHeaderToProfilePropertyAction extends Object implements ActionExecutor
Copies a request header value to a profile property TODO add support for multi-valued parameters or storing values as a list
-
-
Constructor Summary
Constructors Constructor Description RequestHeaderToProfilePropertyAction()
-
-
-
Method Detail
-
execute
public int execute(Action action, Event event)
Description copied from interface:ActionExecutor
- Specified by:
execute
in interfaceActionExecutor
- Parameters:
action
- theAction
to executeevent
- theEvent
that triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-
-