net.sourceforge.mystique.application
Class AttachmentController

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

@Controller
public class AttachmentController
extends java.lang.Object

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

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

Constructor Detail

AttachmentController

public AttachmentController()
Method Detail

handleList

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

handleRemove

@RequestMapping(value="/ticket/attachment/remove.xhtml")
public java.lang.String handleRemove(@RequestParam(value="attachmentId")
                                                    java.lang.Long attachmentId)
                              throws RepositoryException
Throws:
RepositoryException


Copyright © 2010. All Rights Reserved.