org.jasig.portlet.emailpreview.servlet
Class HttpErrorResponseController

java.lang.Object
  extended by org.jasig.portlet.emailpreview.servlet.HttpErrorResponseController

@Controller
@RequestMapping(value="/error")
public class HttpErrorResponseController
extends Object


Field Summary
static String HTTP_ERROR_CODE
           
 
Constructor Summary
HttpErrorResponseController()
           
 
Method Summary
 ModelAndView getJsonResponse(HttpServletRequest request, HttpServletResponse response)
           
 void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_ERROR_CODE

public static final String HTTP_ERROR_CODE
See Also:
Constant Field Values
Constructor Detail

HttpErrorResponseController

public HttpErrorResponseController()
Method Detail

setAjaxPortletSupportService

public void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)

getJsonResponse

@RequestMapping(method=GET)
public ModelAndView getJsonResponse(HttpServletRequest request,
                                                            HttpServletResponse response)
                             throws Exception
Throws:
Exception


Copyright © 2010 Jasig. All Rights Reserved.