|
231 | 231 | <property name="successView"><value>redirect:/user/editSetTaxonLabel.html</value></property> |
232 | 232 | <property name="formView"><value>taxonLabels</value></property> |
233 | 233 | </bean> |
234 | | - <bean id="listTaxaSearchController" class="org.cipres.treebase.web.controllers.ListTaxaSearchController"> |
235 | | - <property name="formView"><value>search/taxonList</value></property> |
236 | | - <property name="commandName"><value>taxonLabelStatus</value></property> |
237 | | - </bean> |
238 | | - |
239 | | - <!-- Edit Taxon Label --> |
| 234 | + <!-- Edit Taxon Label --> |
240 | 235 | <bean id="editTaxonLabelController" class="org.cipres.treebase.web.controllers.EditTaxonLabelController"> |
241 | 236 | <property name="commandName"><value>txnlabel</value></property> |
242 | 237 | <property name="commandClass"><value>org.cipres.treebase.domain.taxon.TaxonLabel</value></property> |
|
329 | 324 | <property name="userService"><ref bean="userService"></ref></property> |
330 | 325 | </bean> |
331 | 326 |
|
332 | | - <bean id="displaySubmissionMenuController" class="org.cipres.treebase.web.controllers.DisplaySubmissionMenuController"> |
333 | | - <property name="studyService"><ref bean="studyService"></ref></property> |
334 | | - </bean> |
335 | | - |
336 | 327 | <bean id="submissionToJsonController" class="org.cipres.treebase.web.controllers.SubmissionToJsonController"> |
337 | 328 | <property name="studyService"><ref bean="studyService"></ref></property> |
338 | 329 | </bean> |
|
644 | 635 | <property name="cancelView"><value>redirect:/user/treeBlockList.html</value></property> |
645 | 636 | </bean> |
646 | 637 |
|
647 | | - <bean id="readOnlyListTreeController" class="org.cipres.treebase.web.controllers.ReadOnlyListTreeController"> |
648 | | - <property name="studyService"><ref bean="studyService"></ref></property> |
649 | | - <property name="phyloTreeService"><ref bean="phyloTreeService"></ref></property> |
650 | | - </bean> |
651 | | - |
652 | 638 | <bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl"> |
653 | 639 | <property name="host" value="smtp.ucsd.edu"></property> |
654 | 640 | </bean> |
|
981 | 967 | <prop key="/user/deleteATreeBlock.html">deleteATreeBlockController</prop> |
982 | 968 | <prop key="/user/deleteAMatrix.html">deleteAMatrixController</prop> |
983 | 969 | <prop key="/user/deleteARowSegment.html">deleteARowSegmentController</prop> |
984 | | - <prop key="/user/readOnlyListTree.html">readOnlyListTreeController</prop> |
985 | 970 | <!-- directToPhyloWidget removed - use directMapToPhyloWidget instead --> |
986 | 971 | <prop key="/user/directMapToPhyloWidget.html">directMapToPhyloWidgetController</prop> |
987 | 972 | <prop key="/user/nexusFiles.html">nexusFilesController</prop> |
|
1049 | 1034 |
|
1050 | 1035 | <prop key="/search/searchResultsAsRDF.rdf">searchResultsAsRDFController</prop> |
1051 | 1036 | <prop key="/search/matrixRowList.html">listMatrixRowController</prop> |
1052 | | - <prop key="/search/taxonList.html">listTaxaSearchController</prop> |
1053 | 1037 | <prop key="/search/downloadAStudy.html">downloadAStudyController</prop> |
1054 | 1038 | <prop key="/search/downloadATree.html">downloadATreeController</prop> |
1055 | 1039 | <prop key="/search/downloadATreeBlock.html">downloadATreeBlockController</prop> |
|
1065 | 1049 | <prop key="/user/submissionList.html">listSubmissionController</prop> |
1066 | 1050 | <prop key="/user/studyForm.html">studyFormController</prop> |
1067 | 1051 |
|
1068 | | - <!-- prop key="/user/submissionMain.html">displaySubmissionController</prop--> |
1069 | | - <prop key="/user/submissionMain.html">filenameController</prop> |
1070 | | - <prop key="/user/displaySubmissionMenu.html">displaySubmissionMenuController</prop> |
1071 | 1052 | <prop key="/user/citationForm.html">citationFormController</prop> |
1072 | 1053 |
|
1073 | 1054 | <prop key="/user/authorForm.html">authorFormController</prop> |
|
0 commit comments