struts-default.xml配置文件中的bean配置
struts-default.xml配置文件中的bean配置
?
<bean name="xwork" />
??? <bean type="com.opensymphony.xwork2.ObjectFactory" name="struts" class="org.apache.struts2.impl.StrutsObjectFactory" />
?
bean通常有两个作用
type : bean实现的接口
class : bean的实现类