|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.AbstractWizardFormController magoffin.matt.ma2.web.AbstractWizardForm
public abstract class AbstractWizardForm
Base class for Media Album wizard form controllers.
The configurable properties of this class are:
DomainObjectFactory
implementation
to use for creating instances of our domain objects.SystemBiz
to use.WebHelper
instance.
Field Summary |
---|
Fields inherited from class org.springframework.web.servlet.mvc.AbstractWizardFormController |
---|
PARAM_CANCEL, PARAM_FINISH, PARAM_PAGE, PARAM_TARGET |
Fields inherited from class org.springframework.web.servlet.mvc.BaseCommandController |
---|
DEFAULT_COMMAND_NAME |
Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator |
---|
HEADER_CACHE_CONTROL, HEADER_EXPIRES, HEADER_PRAGMA, METHOD_GET, METHOD_HEAD, METHOD_POST |
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
---|
logger |
Constructor Summary | |
---|---|
AbstractWizardForm()
|
Method Summary | |
---|---|
java.lang.String |
getCancelView()
|
DomainObjectFactory |
getDomainObjectFactory()
|
java.lang.String |
getSuccessView()
|
SystemBiz |
getSystemBiz()
|
WebHelper |
getWebHelper()
|
protected void |
initApplicationContext()
|
void |
setCancelView(java.lang.String cancelView)
|
void |
setDomainObjectFactory(DomainObjectFactory domainObjectFactory)
|
void |
setSuccessView(java.lang.String successView)
|
void |
setSystemBiz(SystemBiz systemBiz)
|
void |
setWebHelper(WebHelper webHelper)
|
Methods inherited from class org.springframework.web.servlet.mvc.AbstractWizardFormController |
---|
getCurrentPage, getInitialPage, getInitialPage, getPageAttribute, getPageCount, getPageCount, getPages, getPageSessionAttributeName, getPageSessionAttributeName, getTargetPage, getTargetPage, getViewName, handleInvalidSubmit, isAllowDirtyBack, isAllowDirtyForward, isCancel, isCancelRequest, isFinish, isFinishRequest, isFormSubmission, onBindAndValidate, onBindAndValidate, postProcessPage, processCancel, processFinish, processFormSubmission, referenceData, referenceData, referenceData, setAllowDirtyBack, setAllowDirtyForward, setPageAttribute, setPages, showForm, showPage, validatePage, validatePage |
Methods inherited from class org.springframework.web.servlet.mvc.AbstractFormController |
---|
currentFormObject, formBackingObject, getCommand, getErrorsForNewForm, getFormSessionAttributeName, getFormSessionAttributeName, handleRequestInternal, isBindOnNewForm, isSessionForm, onBindOnNewForm, onBindOnNewForm, setBindOnNewForm, setSessionForm, showForm, showForm, showNewForm |
Methods inherited from class org.springframework.web.servlet.mvc.BaseCommandController |
---|
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, initBinder, isValidateOnBinding, onBind, onBind, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, suppressBinding, suppressValidation |
Methods inherited from class org.springframework.web.servlet.mvc.AbstractController |
---|
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession |
Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator |
---|
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseExpiresHeader |
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
---|
getServletContext, getTempDir, getWebApplicationContext, isContextRequired |
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
---|
getApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractWizardForm()
Method Detail |
---|
protected void initApplicationContext()
initApplicationContext
in class org.springframework.web.servlet.mvc.BaseCommandController
public java.lang.String getCancelView()
public void setCancelView(java.lang.String cancelView)
cancelView
- The cancelView to set.public java.lang.String getSuccessView()
public void setSuccessView(java.lang.String successView)
successView
- The successView to set.public DomainObjectFactory getDomainObjectFactory()
public void setDomainObjectFactory(DomainObjectFactory domainObjectFactory)
domainObjectFactory
- The domainObjectFactory to set.public SystemBiz getSystemBiz()
public void setSystemBiz(SystemBiz systemBiz)
systemBiz
- The systemBiz to set.public WebHelper getWebHelper()
public void setWebHelper(WebHelper webHelper)
webHelper
- The webHelper to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |