|
|||||||||
| 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
public abstract class AbstractEpFormController
AbstactEpFormControllerImpl represents a controller in an Spring MVC
pattern dealing with form based requests.
| 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 | |
|---|---|
AbstractEpFormController()
|
|
| Method Summary | |
|---|---|
ElasticPath |
getElasticPath()
Return the elastic path context. |
RequestHelper |
getRequestHelper()
Gets the requestHelper instance. |
void |
setElasticPath(ElasticPath elasticPath)
Sets the elastic path context. |
void |
setRequestHelper(RequestHelper requestHelper)
Sets the requestHelper instance. |
| 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 AbstractEpFormController()
| Method Detail |
|---|
public ElasticPath getElasticPath()
getElasticPath in interface EpControllerpublic RequestHelper getRequestHelper()
getRequestHelper in interface EpControllerpublic void setElasticPath(ElasticPath elasticPath)
setElasticPath in interface EpControllerelasticPath - the elastic path context instance.public void setRequestHelper(RequestHelper requestHelper)
setRequestHelper in interface EpControllerrequestHelper - -the requesthelper instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||