org.jasig.portlet.emailpreview.controller
Class EmailSummaryController

java.lang.Object
  extended by org.jasig.portlet.emailpreview.controller.EmailSummaryController

@Controller
@RequestMapping(value="VIEW")
public class EmailSummaryController
extends Object

Version:
$Revision: 21314 $
Author:
Jen Bourey, jbourey@unicon.net

Constructor Summary
EmailSummaryController()
           
 
Method Summary
 void setAdminRoleName(String adminRoleName)
           
 ModelAndView showEmail(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailSummaryController

public EmailSummaryController()
Method Detail

setAdminRoleName

public void setAdminRoleName(String adminRoleName)

showEmail

@RequestMapping
public ModelAndView showEmail(javax.portlet.RenderRequest request,
                                             javax.portlet.RenderResponse response)
                       throws Exception
Throws:
Exception


Copyright © 2010 Jasig. All Rights Reserved.