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