Can someone summarize with a very short code snippet (or link to docs) the ways you can control/modify the request/response cycle in play. (scala version if that matters)
So far I know of:
Create a base controller that your other controllers will extend/inherit Use @Before and @After Will this work in the latest 2.2.2 version?
Action compositions http://www.playframework.com/documentation/2.0/ScalaActionsComposition
What else is there?