This commit is contained in:
@@ -37,6 +37,9 @@
|
|||||||
<prop key="/choosePreference.htm">
|
<prop key="/choosePreference.htm">
|
||||||
ChoosePreferenceController
|
ChoosePreferenceController
|
||||||
</prop>
|
</prop>
|
||||||
|
<prop key="/dispatchArticleList.htm">
|
||||||
|
DispatchArticleListController
|
||||||
|
</prop>
|
||||||
<prop key="/dispatchArticle.htm">
|
<prop key="/dispatchArticle.htm">
|
||||||
DispatchArticleController
|
DispatchArticleController
|
||||||
</prop>
|
</prop>
|
||||||
@@ -64,13 +67,13 @@
|
|||||||
<prop key="/listEvaluation.htm">
|
<prop key="/listEvaluation.htm">
|
||||||
ListEvaluationController
|
ListEvaluationController
|
||||||
</prop>
|
</prop>
|
||||||
|
|
||||||
<prop key="/download.htm">
|
<prop key="/download.htm">
|
||||||
ArticleDownloadController
|
ArticleDownloadController
|
||||||
</prop>
|
</prop>
|
||||||
<prop key="/listReport.htm">
|
<prop key="/listReport.htm">
|
||||||
ListReportController
|
ListReportController
|
||||||
</prop>
|
</prop>
|
||||||
|
|
||||||
</props>
|
</props>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
@@ -150,12 +153,15 @@
|
|||||||
|
|
||||||
<bean id="DispatchArticleController"
|
<bean id="DispatchArticleController"
|
||||||
class="org.yacos.web.chairman.controller.DispatchArticleController">
|
class="org.yacos.web.chairman.controller.DispatchArticleController">
|
||||||
<property name="sessionForm" value="true" />
|
<dwr:remote javascript="DispatchArticlesJS" />
|
||||||
<property name="commandName" value="formDispatcher" />
|
<property name="articleManager" ref="articleManager" />
|
||||||
<property name="commandClass"
|
<property name="userManager" ref="userManager" />
|
||||||
value="org.yacos.web.PCmember.form.FormDispatcher" />
|
<property name="conferenceManager" ref="conferenceManager" />
|
||||||
<property name="formView" value="dispatchArticle" />
|
</bean>
|
||||||
<property name="successView" value="dispatchArticle.htm" />
|
|
||||||
|
|
||||||
|
<bean id="DispatchArticleListController"
|
||||||
|
class="org.yacos.web.chairman.controller.DispatchArticleListController">
|
||||||
<property name="articleManager" ref="articleManager" />
|
<property name="articleManager" ref="articleManager" />
|
||||||
<property name="userManager" ref="userManager" />
|
<property name="userManager" ref="userManager" />
|
||||||
<property name="conferenceManager" ref="conferenceManager" />
|
<property name="conferenceManager" ref="conferenceManager" />
|
||||||
@@ -224,6 +230,7 @@
|
|||||||
<property name="conferenceManager" ref="conferenceManager" />
|
<property name="conferenceManager" ref="conferenceManager" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
<!-- dwr servlet -->
|
||||||
|
|
||||||
<bean id="dwrUrlMapping"
|
<bean id="dwrUrlMapping"
|
||||||
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
|
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
|
||||||
@@ -254,6 +261,7 @@
|
|||||||
|
|
||||||
</dwr:configuration>
|
</dwr:configuration>
|
||||||
|
|
||||||
|
|
||||||
<!-- View Resolver -->
|
<!-- View Resolver -->
|
||||||
<bean id="viewResolver"
|
<bean id="viewResolver"
|
||||||
class="org.springframework.web.servlet.view.InternalResourceViewResolver">
|
class="org.springframework.web.servlet.view.InternalResourceViewResolver">
|
||||||
|
|||||||
Reference in New Issue
Block a user