if (handler instanceof TemporaryElementSupport) return (TemporaryElementSupport) handler;
}
}
// check the strategy
ExecutionStrategy strategy = context.getExecutor().getExecutionStrategy();
if (strategy instanceof TemporaryElementSupport) {
return (TemporaryElementSupport) strategy;
}
// not found