<bean class="org.springframework.web.context.support.ServletContextAttributeExporter">
? <property name="attributes">
??? <map>
????? <entry key="myScAttr"><ref bean="mySpringBeanToExport"/>
??? </map>
? </property>
</bean>

西津渡