Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renderable message body writer #1

Open
pun-ky opened this issue Nov 8, 2016 · 0 comments
Open

Renderable message body writer #1

pun-ky opened this issue Nov 8, 2016 · 0 comments

Comments

@pun-ky
Copy link
Contributor

pun-ky commented Nov 8, 2016

To render view in a controller, currently, we write:

return view("bundle://some/path/template.peb").render()

why not just

return view("bundle://some/path/template.peb");

interface View : Renderable

then just write new MessageBodyWriter https://jersey.java.net/documentation/latest/message-body-workers.html for Renderable types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant