public class LocalCatalogServiceController2
extends java.lang.Object
| Constructor and Description |
|---|
LocalCatalogServiceController2() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
handle(java.io.FileNotFoundException ncsse) |
protected org.springframework.web.servlet.ModelAndView |
handleHtmlRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected org.springframework.web.servlet.ModelAndView |
handleXmlRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
@RequestMapping(value="/**/*.xml",
method={GET,HEAD})
protected org.springframework.web.servlet.ModelAndView handleXmlRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/**/*.html",
method={GET,HEAD})
protected org.springframework.web.servlet.ModelAndView handleHtmlRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
java.lang.Exception@ExceptionHandler(value=java.io.FileNotFoundException.class) public org.springframework.http.ResponseEntity<java.lang.String> handle(java.io.FileNotFoundException ncsse)