Spring的scope="prototype"属性
spring 默认scope 单例模式
样只会创建
Action对象
每次访问都同
Action对象
数据
安全
struts2 要求 每次次访问 都对应
同
Action
scope="prototype" 保证 当有请求
时候 都创建
Action对象
spring 默认scope 单例模式
样只会创建
Action对象
每次访问都同
Action对象
数据
安全
struts2 要求 每次次访问 都对应
同
Action
scope="prototype" 保证 当有请求
时候 都创建
Action对象