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