Package ninja.application
Interface ApplicationFilters
-
public interface ApplicationFilters
Allows to define filters that are applied to every request of your application. Implement the class in conf.Filters and setup the filters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addFilters(List<Class<? extends Filter>> filters)
-