actually delegate from resolveContextualObject to resolveReference

This commit is contained in:
Juergen Hoeller
2008-11-20 19:46:28 +00:00
parent 05bebb0c05
commit 51577b2a07
3 changed files with 10 additions and 4 deletions

View File

@@ -4,7 +4,9 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<bean id="requestScopedObject" class="org.springframework.beans.TestBean" scope="request"/>
<bean id="requestScopedObject" class="org.springframework.beans.TestBean" scope="request">
<property name="name" value="#{request.contextPath}"/>
</bean>
<bean id="requestScopedDisposableObject" class="org.springframework.beans.DerivedTestBean" scope="request"/>