Issue Type: Feature Request Feature Request
Assignee: Unassigned
Components: controller
Created: 04/Apr/13 11:49 AM
Description:

Would be nice if we could save our developers time providing a way to configure general producers/consumers like sblanc suggested:

route().
.defaultProduces(JSP, JSON);
.defaultConsumes(JSP, JSON);

In this way users don't need to specify:

route()
.from("/delorean").roles("admin")
.on(RequestMethod.GET)
.to(Home.class).anotherPage();

But they can if it's necessary

Fix Versions: 1.0.1
Project: AeroGear
Priority: Major Major
Reporter: Bruno Oliveira
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira