我正在使用集成了 spring 社交的 spring mvc。我无法理解用户指南提供的以下配置
http://static.springsource.org/spring-social/docs/1.0.x/reference/html/connecting.html(4.2.1 在 XML 中配置连接支持)
<bean id="connectionRepository" factory-method="createConnectionRepository" factory-bean="usersConnectionRepository" scope="request">
<constructor-arg value="#{request.userPrincipal.name}" />
“#{request.userPrincipal.name}”是什么意思,或者它的价值是什么。请帮忙。