org.jasig.portlet.cms.controller
Class EditPostController

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.springframework.web.portlet.mvc.BaseCommandController
                      extended by org.springframework.web.portlet.mvc.AbstractFormController
                          extended by org.springframework.web.portlet.mvc.SimpleFormController
                              extended by org.jasig.portlet.cms.controller.EditPostController
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.mvc.Controller

public class EditPostController
extends org.springframework.web.portlet.mvc.SimpleFormController


Field Summary
 
Fields inherited from class org.springframework.web.portlet.mvc.BaseCommandController
DEFAULT_COMMAND_NAME
 
Constructor Summary
EditPostController()
           
 
Method Summary
protected  Object formBackingObject(javax.portlet.PortletRequest request)
           
protected  void onSubmitAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, Object command, org.springframework.validation.BindException errors)
           
protected  Map referenceData(javax.portlet.PortletRequest request, Object command, org.springframework.validation.Errors errors)
           
 void setRepositoryDao(RepositoryDao repositoryDao)
           
 
Methods inherited from class org.springframework.web.portlet.mvc.SimpleFormController
doSubmitAction, getFormView, getSuccessView, isFormChangeRequest, onFormChange, onFormChange, onSubmitAction, onSubmitAction, onSubmitRender, onSubmitRender, onSubmitRender, processFormSubmission, referenceData, renderFormSubmission, setFormView, setSuccessView, showForm, showForm, suppressValidation
 
Methods inherited from class org.springframework.web.portlet.mvc.AbstractFormController
getCommand, getErrorsForNewForm, getFormSessionAttributeName, getFormSessionAttributeName, getFormSubmitParameterName, getInvalidSubmitParameterName, getRenderParameters, handleActionRequestInternal, handleInvalidSubmit, handleRenderRequestInternal, isBindOnNewForm, isFormSubmission, isInvalidSubmission, isRedirectAction, isSessionForm, onBindOnNewForm, onBindOnNewForm, passRenderParameters, renderInvalidSubmit, setBindOnNewForm, setFormSubmit, setInvalidSubmit, setRedirectAction, setRenderParameters, setSessionForm, showForm, showForm, showNewForm
 
Methods inherited from class org.springframework.web.portlet.mvc.BaseCommandController
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getRenderCommand, getRenderCommandSessionAttributeName, getRenderErrors, getRenderErrorsSessionAttributeName, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, onBindAndValidate, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setRenderCommandAndErrors, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, useDirectFieldAccess
 
Methods inherited from class org.springframework.web.portlet.mvc.AbstractController
handleActionRequest, handleRenderRequest, 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, requiredContextClass, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditPostController

public EditPostController()
Method Detail

formBackingObject

protected Object formBackingObject(javax.portlet.PortletRequest request)
                            throws Exception
Overrides:
formBackingObject in class org.springframework.web.portlet.mvc.AbstractFormController
Throws:
Exception

onSubmitAction

protected void onSubmitAction(javax.portlet.ActionRequest request,
                              javax.portlet.ActionResponse response,
                              Object command,
                              org.springframework.validation.BindException errors)
                       throws Exception
Overrides:
onSubmitAction in class org.springframework.web.portlet.mvc.SimpleFormController
Throws:
Exception

referenceData

protected Map referenceData(javax.portlet.PortletRequest request,
                            Object command,
                            org.springframework.validation.Errors errors)
                     throws Exception
Overrides:
referenceData in class org.springframework.web.portlet.mvc.SimpleFormController
Throws:
Exception

setRepositoryDao

public void setRepositoryDao(RepositoryDao repositoryDao)


Copyright © 2011 uPortal Jasig Community. All Rights Reserved.