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 java.lang.Object


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
AjaxNewsController()
           
 
Method Summary
 void getJSONFeeds(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 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 applicationContext)
                           throws org.springframework.beans.BeansException
Throws:
org.springframework.beans.BeansException

setAjaxPortletSupportService

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

getJSONFeeds

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


Copyright © 2009-2011 Jasig. All Rights Reserved.