@Controller @RequestMapping(value="/metadata") public class MetadataController extends Object
| Constructor and Description |
|---|
MetadataController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
getMetadata(MetadataRequestParameterBean params,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req) |
@RequestMapping(value="**") public org.springframework.http.ResponseEntity<String> getMetadata(MetadataRequestParameterBean params, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletResponse res, javax.servlet.http.HttpServletRequest req) throws Exception
Exception