class MyLoader extends ApplicationLoader { override def load(context: Context): Application = { new MyComponents(context).application }}
class MyComponents(context: Context) extends BuiltInComponentsFromContext(context) { val myFilter = new CustomFilter() override lazy val httpFilters = Seq(myFilter)}--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/9af49529-441b-4b6e-ad0d-319f59dd0384%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.