rest - how to Customize Link Rendering type with HAL in Grails? -


from customizing link rendering section in grails documentation, can see possible customize href

book.link rel:'publisher', href: g.link(resource:"publisher", params:[bookid: book.id]) 

how customize 'type' field?


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -