1:确定一个Key 2. 在implicitMode 中存在Key 对应的对象, 若存在则作为参数传入 3. 在implicitMode 中不存在Key 对应的对象, 则检查当前@SessionAtrributes 是否使用 若存在 且注解的value属性值包含了Key, 则会从HttpSession中获取Key所对象的值, 若存在则直接传入目标方法的入参中, 若不存在则抛出异常 4.若Handler没有标识@SessionAttributes 注解 或@SessionAttributes 注解…