67,550
社区成员




<constant name="struts.objectFactory.spring.autoWire" value="type" />
<bean id="dicCBBAction" class="com.asiainfo.migration.struts2.action.cbb.DictionaryCBBAction" scope="prototype">
<property name="dataService">
<ref bean="tPubDictionaryService" />
</property>
</bean>
<bean id="dicCBBAction" class="com.asiainfo.migration.struts2.action.cbb.DictionaryCBBAction" autowire="no" autowire-candidate="false" scope="prototype">
<property name="dataService">
<ref bean="tPubDictionaryService" />
</property>
</bean>
<constant name="struts.enable.DynamicMethodInvocation" value="true" />
<package name="admin" namespace="/admin" extends="struts-default" strict-method-invocation="false">