public class OpenInvoiceController
extends org.springframework.web.servlet.mvc.BaseCommandController
OpenInvoiceController class.
| Modifier and Type | Field and Description |
|---|---|
InvoiceService |
invoiceService |
DEFAULT_COMMAND_NAME| Constructor and Description |
|---|
OpenInvoiceController()
Constructor for OpenInvoiceController.
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceService |
getInvoiceService()
Getter for the field
invoiceService. |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setInvoiceService(InvoiceService invoiceService)
Setter for the field
invoiceService. |
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommand, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, onBindAndValidate, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, suppressValidation, suppressValidation, suppressValidation, useDirectFieldAccesshandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic InvoiceService invoiceService
public OpenInvoiceController()
Constructor for OpenInvoiceController.
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractControllerExceptionpublic InvoiceService getInvoiceService()
Getter for the field invoiceService.
InvoiceService object.public void setInvoiceService(InvoiceService invoiceService)
Setter for the field invoiceService.
invoiceService - a InvoiceService object.Copyright © 2015 SeqWare. All rights reserved.