I'm learning Spring framework with a tutorial online. However, I have a question about this Java code:
attributes.addFlashAttribute(ResultMessages.success().add(
ResultMessage.fromText("Created successfully!")));
return "redirect:/todo/list";
What I'm wondering about: Is it 'Class.method.method'? If so, how can it be possible?