|
|||||||||||
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
uk.co.lakesidetech.spxforms.web.servlet.mvc.BaseSpXCommandController
uk.co.lakesidetech.spxforms.web.servlet.mvc.AbstractSpXFormsController
uk.co.lakesidetech.springxmldb.spring.web.controller.spxform.XMLDBResourceCreateEditForm
Field Summary |
Fields inherited from class uk.co.lakesidetech.spxforms.web.servlet.mvc.BaseSpXCommandController |
DEFAULT_COMMAND_NAME |
Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator |
HEADER_CACHE_CONTROL, HEADER_EXPIRES, HEADER_PRAGMA, METHOD_GET, METHOD_POST |
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
logger |
Constructor Summary | |
XMLDBResourceCreateEditForm()
|
Method Summary | |
protected org.w3c.dom.Document |
createDefaultInstance()
|
protected java.lang.Object |
formXFormsInstance(javax.servlet.http.HttpServletRequest request)
|
org.springframework.web.servlet.ModelAndView |
processXFormSubmission(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object command,
org.springframework.validation.BindException errors)
|
void |
setCollection(java.lang.String collection)
|
void |
setXmldbFacade(IXMLDBFacade xmldbFacade)
|
Methods inherited from class uk.co.lakesidetech.spxforms.web.servlet.mvc.AbstractSpXFormsController |
checkXFormsCommandClass, getCommand, getFormSessionAttributeName, getFormView, getSuccessView, handleInvalidSubmit, handleRequestInternal, isBindOnNewForm, isFormSubmission, isSessionForm, processXFormActions, referenceData, setBindOnNewForm, setFormView, setSessionForm, setSuccessView, showForm, showForm, showForm, showNewForm |
Methods inherited from class uk.co.lakesidetech.spxforms.web.servlet.mvc.BaseSpXCommandController |
bindAndValidate, createBinder, createCommand, getCommandClass, getCommandName, getMessageCodesResolver, getValidator, getValidators, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, onBindAndValidate, setCommandClass, setCommandName, setMessageCodesResolver, setValidateOnBinding, setValidator, setValidators, 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 XMLDBResourceCreateEditForm()
Method Detail |
public void setXmldbFacade(IXMLDBFacade xmldbFacade)
public void setCollection(java.lang.String collection)
collection
- The collection to set.protected java.lang.Object formXFormsInstance(javax.servlet.http.HttpServletRequest request)
formXFormsInstance
in class AbstractSpXFormsController
request
-
uk.co.lakesidetech.spxforms.web.servlet.mvc.AbstractSpXFormsController#formXFormsModel(javax.servlet.http.HttpServletRequest)
protected org.w3c.dom.Document createDefaultInstance() throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
public org.springframework.web.servlet.ModelAndView processXFormSubmission(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object command, org.springframework.validation.BindException errors) throws java.lang.Exception
processXFormSubmission
in class AbstractSpXFormsController
request
- response
- command
- errors
-
java.lang.Exception
uk.co.lakesidetech.spxforms.web.servlet.mvc.AbstractSpXFormsController#processFormSubmission(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object, org.springframework.validation.BindException)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |