org.jasig.portal.portlets.sqlquery
Class SqlQueryConfigurationController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.portlet.context.PortletApplicationObjectSupport
org.springframework.web.portlet.handler.PortletContentGenerator
org.springframework.web.portlet.mvc.AbstractController
org.springframework.web.portlet.mvc.BaseCommandController
org.springframework.web.portlet.mvc.AbstractFormController
org.springframework.web.portlet.mvc.SimpleFormController
org.jasig.portal.portlets.sqlquery.SqlQueryConfigurationController
- All Implemented Interfaces:
- ApplicationContextAware, PortletContextAware, Controller
public class SqlQueryConfigurationController
- extends SimpleFormController
Handles CONFIG mode for the SQL query portlet.
- Version:
- $Revision: 19776 $
- Author:
- Jen Bourey, jbourey@unicon.net
| Methods inherited from class org.springframework.web.portlet.mvc.SimpleFormController |
doSubmitAction, getFormView, getSuccessView, isFormChangeRequest, onFormChange, onFormChange, onSubmitAction, onSubmitAction, onSubmitRender, onSubmitRender, onSubmitRender, processFormSubmission, referenceData, 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlQueryConfigurationController
public SqlQueryConfigurationController()
onSubmitAction
protected void onSubmitAction(ActionRequest request,
ActionResponse response,
Object command,
BindException errors)
throws Exception
- Overrides:
onSubmitAction in class SimpleFormController
- Throws:
Exception
formBackingObject
protected Object formBackingObject(PortletRequest request)
throws Exception
- Overrides:
formBackingObject in class AbstractFormController
- Throws:
Exception
Copyright © 2010 Jasig. All Rights Reserved.