public class TagsToArgsFunctor extends Object implements IFunctor
Tag instances explicitly available
in IArgs.
-input
-- args [optional] The initial args we are working on. If no args are supplied,
the functor args itself are used. The arguments are manipulated in place.
-- tags [optional] The collection or array of tags we are acting on
-- target [optional] The target to which the tags are currently attached
-- prefix A prefix to detect the tags that should get arguments. The prefix is stripped
before further processing.
| Constructor and Description |
|---|
TagsToArgsFunctor() |
public Object perform(IFunctorCall call) throws FunctorInvocationException
IFunctorperform in interface IFunctorcall - The call contextFunctorInvocationException - An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.