org.jasig.portlet.newsreader.mvc.portlet.reader
Class AjaxNewsController

java.lang.Object
  extended by org.jasig.portlet.newsreader.mvc.portlet.reader.AjaxNewsController

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


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
AjaxNewsController()
           
 
Method Summary
 void getNews(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
          Set the service for handling portlet AJAX requests.
 void setApplicationContext(org.springframework.context.ApplicationContext ctx)
           
 void setNewsStore(NewsStore newsStore)
           
 void setSetCreationService(NewsSetResolvingService setCreationService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

AjaxNewsController

public AjaxNewsController()
Method Detail

setNewsStore

public void setNewsStore(NewsStore newsStore)

setSetCreationService

public void setSetCreationService(NewsSetResolvingService setCreationService)

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
                           throws org.springframework.beans.BeansException
Throws:
org.springframework.beans.BeansException

setAjaxPortletSupportService

public void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
Set the service for handling portlet AJAX requests.

Parameters:
ajaxPortletSupportService -

getNews

@RequestMapping(params="action=ajax")
public void getNews(javax.portlet.ActionRequest request,
                                   javax.portlet.ActionResponse response)
             throws Exception
Throws:
Exception


Copyright © 2009-2010 Jasig. All Rights Reserved.