org.jasig.portlet.cms.controller
Class RemovePostAttachmentAjaxController

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.cms.controller.RemovePostAttachmentAjaxController
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.mvc.Controller

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


Constructor Summary
RemovePostAttachmentAjaxController()
           
 
Method Summary
protected  Map<String,?> handleAjaxRequestInternal(javax.portlet.ActionRequest request, javax.portlet.ActionResponse resp)
           
 void setRepositoryDao(RepositoryDao repositoryDao)
           
 
Methods inherited from class org.jasig.web.portlet.mvc.AbstractAjaxController
getAjaxHandlerErrorKey, getAjaxServletName, 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

RemovePostAttachmentAjaxController

public RemovePostAttachmentAjaxController()
Method Detail

handleAjaxRequestInternal

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

setRepositoryDao

public void setRepositoryDao(RepositoryDao repositoryDao)


Copyright © 2011 uPortal Jasig Community. All Rights Reserved.