net.sourceforge.mystique.application
Class MilestoneController

java.lang.Object
  extended by net.sourceforge.mystique.application.MilestoneController

@Controller
public class MilestoneController
extends java.lang.Object

Author:
Elias Gomes [eliasgomes@users.sourceforge.net]

Constructor Summary
MilestoneController()
           
 
Method Summary
 java.lang.String handleList(java.lang.Long projectId, org.springframework.ui.Model model)
           
 java.lang.String handleRemove(java.lang.Long milestoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MilestoneController

public MilestoneController()
Method Detail

handleList

@RequestMapping(value="/project/milestone/list.xhtml")
public java.lang.String handleList(@RequestParam(value="projectId")
                                                  java.lang.Long projectId,
                                                  org.springframework.ui.Model model)
                            throws RepositoryException
Throws:
RepositoryException

handleRemove

@RequestMapping(value="/project/milestone/remove.xhtml")
public java.lang.String handleRemove(@RequestParam(value="milestoneId")
                                                    java.lang.Long milestoneId)
                              throws RepositoryException
Throws:
RepositoryException


Copyright © 2010. All Rights Reserved.