ajout de DetailArticle

This commit is contained in:
Jialin Wang
2008-02-15 13:35:30 +00:00
parent afb3e98b9b
commit 9304de1a83
5 changed files with 85 additions and 4 deletions

View File

@@ -79,6 +79,9 @@
<prop key="/forgotPassword.htm">
ForgotPasswordController
</prop>
<prop key="/detailArticle.htm">
DetailArticleController
</prop>
</props>
</property>
</bean>
@@ -246,6 +249,11 @@
<property name="evaluationManager" ref="evaluationManager" />
</bean>
<bean id="DetailArticleController"
class="org.yacos.web.author.controller.DetailArticleController">
<property name="articleManager" ref="articleManager" />
</bean>
<!-- Get chosen conference in session context -->
<bean id="ChooseConferenceController"
class="org.yacos.web.system.controller.ChooseConferenceController">