debut du TableauBord

Policy failures:   
Code warning
- failed on resource TableBordController.java. Reason: The import org.yacos.web.system.session.SessionService is never used, line 1
Override reason:
This commit is contained in:
Jialin Wang
2008-02-17 23:25:53 +00:00
parent 19995bf1c7
commit d83eff7614
4 changed files with 133 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
<prop key="/listReport.htm">ListReportController</prop>
<prop key="/forgotPassword.htm">ForgotPasswordController</prop>
<prop key="/detailArticle.htm">DetailArticleController</prop>
<prop key="/tableBord.htm">TableBordController</prop>
</props>
</property>
</bean>
@@ -112,6 +113,11 @@
<bean id="submissionCheck"
class="org.yacos.web.author.validator.ValidateSubmission">
</bean>
<bean id="TableBordController"
class="org.yacos.web.system.controller.TableBordController">
</bean>
<bean id="ChoosePreferenceController"
class="org.yacos.web.PCmember.controller.ChoosePreferenceController">