springMVC中的 LocalContextHolder是一个 abstract类。里边方法都是static 的。
不能被继承、不能实例化。只能调用其定义的static 方法。这种 abstract 使用方法值得学习;