Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @Override
  2. @RequestMapping (value = {"/{componentViewName}/{componentId}.dcp"},
  3. method = {RequestMethod.GET, RequestMethod.HEAD})
  4. public String showComponentPresentation (@PathVariable final String componentViewName,
  5. @PathVariable final int componentId,
  6. final HttpServletRequest request) {
  7. return super.showComponentPresentation(componentViewName, componentId, request);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement