Spring中的设计模式

1、简单工厂(静态工厂方法模式) 2、工厂方法(Factory Method) 3、单例模式(Singleton) 4、适配器模式(Adapter) 5、包装器模式(Decorator) 6、代理模式(Proxy) 7、观察者模式(Observer) 8、策略模式(Strategy) 9、模板方法(Template Method) 1、简单工厂(静态工厂方法模式) 该设计模式不属于23种GOF设计
相关文章
相关标签/搜索