|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
org.springframework.web.servlet.mvc.BaseCommandController
org.springframework.web.servlet.mvc.AbstractFormController
org.springframework.web.servlet.mvc.SimpleFormController
com.elasticpath.cmweb.controller.impl.AbstractEpFormController
com.elasticpath.cmweb.controller.impl.ImportStep6FormControllerImpl
public class ImportStep6FormControllerImpl
The Spring MVC controller for import.
| Field Summary |
|---|
| Fields inherited from class org.springframework.web.servlet.mvc.BaseCommandController |
|---|
DEFAULT_COMMAND_NAME |
| Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator |
|---|
METHOD_GET, METHOD_HEAD, METHOD_POST |
| Constructor Summary | |
|---|---|
ImportStep6FormControllerImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getErrorView()
Gets the error view name. |
void |
setErrorView(java.lang.String errorView)
Sets the error view name. |
void |
setImportService(ImportService importService)
Set the import service. |
| Methods inherited from class com.elasticpath.cmweb.controller.impl.AbstractEpFormController |
|---|
getElasticPath, getRequestHelper, setElasticPath, setRequestHelper |
| Methods inherited from class org.springframework.web.servlet.mvc.SimpleFormController |
|---|
getFormView, getSuccessView, setFormView, setSuccessView |
| Methods inherited from class org.springframework.web.servlet.mvc.AbstractFormController |
|---|
isBindOnNewForm, isSessionForm, setBindOnNewForm, setSessionForm |
| Methods inherited from class org.springframework.web.servlet.mvc.BaseCommandController |
|---|
getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, isValidateOnBinding, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators |
| Methods inherited from class org.springframework.web.servlet.mvc.AbstractController |
|---|
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession |
| Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator |
|---|
getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseExpiresHeader, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseExpiresHeader |
| Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
|---|
setServletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
getApplicationContext, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.web.servlet.mvc.Controller |
|---|
handleRequest |
| Constructor Detail |
|---|
public ImportStep6FormControllerImpl()
| Method Detail |
|---|
public java.lang.String getErrorView()
public final void setErrorView(java.lang.String errorView)
errorView - name of the error viewpublic void setImportService(ImportService importService)
importService - the import service to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||