|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.mystique.application.TicketController
@Controller public class TicketController
| Constructor Summary | |
|---|---|
TicketController()
|
|
| Method Summary | |
|---|---|
java.lang.String |
handleList(org.springframework.ui.Model model)
|
java.lang.String |
handleRemove(java.lang.Long ticketId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TicketController()
| Method Detail |
|---|
@RequestMapping(value="/ticket/list.xhtml")
public java.lang.String handleList(org.springframework.ui.Model model)
throws RepositoryException
RepositoryException
@RequestMapping(value="/ticket/remove.xhtml")
public java.lang.String handleRemove(@RequestParam(value="ticketId")
java.lang.Long ticketId)
throws RepositoryException
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||