public class CatalogServiceUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.validation.BindingResult |
bindAndValidateLocalCatalogRequest(javax.servlet.http.HttpServletRequest request,
boolean htmlView) |
static org.springframework.validation.BindingResult |
bindAndValidateRemoteCatalogRequest(javax.servlet.http.HttpServletRequest request) |
static org.springframework.web.servlet.ModelAndView |
constructModelForCatalogView(InvCatalog cat,
HtmlConfig htmlConfig) |
static org.springframework.web.servlet.ModelAndView |
constructValidationErrorModelAndView(URI uri,
String validationMessage,
HtmlConfig htmlConfig) |
static org.springframework.web.servlet.ModelAndView |
constructValidationMessageModelAndView(URI uri,
String validationMessage,
HtmlConfig htmlConfig) |
public static org.springframework.validation.BindingResult bindAndValidateRemoteCatalogRequest(javax.servlet.http.HttpServletRequest request)
public static org.springframework.validation.BindingResult bindAndValidateLocalCatalogRequest(javax.servlet.http.HttpServletRequest request,
boolean htmlView)
public static org.springframework.web.servlet.ModelAndView constructModelForCatalogView(InvCatalog cat, HtmlConfig htmlConfig)
public static org.springframework.web.servlet.ModelAndView constructValidationMessageModelAndView(URI uri, String validationMessage, HtmlConfig htmlConfig)
public static org.springframework.web.servlet.ModelAndView constructValidationErrorModelAndView(URI uri, String validationMessage, HtmlConfig htmlConfig)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.