@RequestMapping(produces={"text/xml","application/xml"}) public abstract class ControllerBase extends Object
Modifier and Type | Field and Description |
---|---|
protected AppNGizerConfigurer |
configurer |
protected javax.servlet.ServletContext |
context |
protected CoreService |
coreService |
protected DatabaseService |
databaseService |
protected javax.servlet.http.HttpSession |
session |
protected TemplateService |
templateService |
Constructor and Description |
---|
ControllerBase() |
Modifier and Type | Method and Description |
---|---|
protected org.flywaydb.core.api.MigrationInfo |
getDatabaseStatus() |
String |
getSharedSecret() |
org.springframework.http.ResponseEntity<Errors> |
onBusinessException(javax.servlet.http.HttpServletRequest request,
BusinessException e) |
org.springframework.http.ResponseEntity<Errors> |
onConflictException(javax.servlet.http.HttpServletRequest request,
ConflictException e) |
org.springframework.http.ResponseEntity<Errors> |
onConstraintViolationException(javax.servlet.http.HttpServletRequest request,
javax.validation.ConstraintViolationException e) |
@Autowired protected javax.servlet.ServletContext context
@Autowired protected javax.servlet.http.HttpSession session
@Autowired protected CoreService coreService
@Autowired protected TemplateService templateService
@Autowired protected DatabaseService databaseService
@Autowired protected AppNGizerConfigurer configurer
@ExceptionHandler(value=BusinessException.class) public org.springframework.http.ResponseEntity<Errors> onBusinessException(javax.servlet.http.HttpServletRequest request, BusinessException e)
@ExceptionHandler(value=javax.validation.ConstraintViolationException.class) public org.springframework.http.ResponseEntity<Errors> onConstraintViolationException(javax.servlet.http.HttpServletRequest request, javax.validation.ConstraintViolationException e)
@ExceptionHandler(value=ConflictException.class) public org.springframework.http.ResponseEntity<Errors> onConflictException(javax.servlet.http.HttpServletRequest request, ConflictException e)
protected org.flywaydb.core.api.MigrationInfo getDatabaseStatus()
public String getSharedSecret()
Copyright © 2011–2023 aiticon GmbH. All rights reserved.