org.jasig.portlet.newsreader.mvc.controller
Class AjaxSingleFeedNewsController

java.lang.Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.portlet.context.PortletApplicationObjectSupport
          extended by org.springframework.web.portlet.handler.PortletContentGenerator
              extended by org.springframework.web.portlet.mvc.AbstractController
                  extended by org.jasig.web.portlet.mvc.AbstractAjaxController
                      extended by org.jasig.portlet.newsreader.mvc.controller.AjaxSingleFeedNewsController
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.mvc.Controller

public class AjaxSingleFeedNewsController
extends org.jasig.web.portlet.mvc.AbstractAjaxController


Field Summary
 
Fields inherited from class org.jasig.web.portlet.mvc.AbstractAjaxController
DEFAULT_AJAX_HANDLER_ERROR_KEY, DEFAULT_AJAX_SERVLET_NAME
 
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport
logger
 
Constructor Summary
AjaxSingleFeedNewsController()
           
 
Method Summary
protected  Map<Object,Object> handleAjaxRequestInternal(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 
Methods inherited from class org.jasig.web.portlet.mvc.AbstractAjaxController
getAjaxHandlerErrorKey, getAjaxServletName, getAjaxServletUrl, getModelPasser, getSessionKeyGenerator, handleActionRequestInternal, setAjaxHandlerErrorKey, setAjaxServletName, setModelPasser, setSessionKeyGenerator
 
Methods inherited from class org.springframework.web.portlet.mvc.AbstractController
handleActionRequest, handleRenderRequest, handleRenderRequestInternal, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSession
 
Methods inherited from class org.springframework.web.portlet.handler.PortletContentGenerator
applyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSession
 
Methods inherited from class org.springframework.web.portlet.context.PortletApplicationObjectSupport
getPortletContext, getTempDir, isContextRequired, setPortletContext
 
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, initApplicationContext, initApplicationContext, requiredContextClass, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxSingleFeedNewsController

public AjaxSingleFeedNewsController()
Method Detail

handleAjaxRequestInternal

protected Map<Object,Object> handleAjaxRequestInternal(javax.portlet.ActionRequest request,
                                                       javax.portlet.ActionResponse response)
                                                throws Exception
Specified by:
handleAjaxRequestInternal in class org.jasig.web.portlet.mvc.AbstractAjaxController
Throws:
Exception


Copyright © 2009-2010 Jasig. All Rights Reserved.