public static Result renderLogo() {
byte[] image = YourService.getLogo();
return ok(image).as("image/jpeg");
}
GET /image/logo controllers.Image.renderLogo()
<img src="@routes.Image.renderLogo()" alt="This is my logo" />
--
You received this message because you are subscribed to a topic in the Google Groups "play-framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/play-framework/9JQCSWP2_Ss/unsubscribe.
To unsubscribe from this group and all its topics, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.