public class PathCombiningMethodExecutor extends Object implements MethodExecutor
MethodExecutor making it easier to combine
paths instead of concatenating in spel itself.| Constructor and Description |
|---|
PathCombiningMethodExecutor()
Instantiates a new path combine method executor with
default delimiter '/'.
|
PathCombiningMethodExecutor(String delimiter)
Instantiates a new path combine method executor.
|
public PathCombiningMethodExecutor()
public PathCombiningMethodExecutor(String delimiter)
delimiter - the delimiter for pathspublic TypedValue execute(EvaluationContext context, Object target, Object... arguments) throws AccessException
execute in interface MethodExecutorAccessException