Package ninja.application
Interface ApplicationFilters
-
public interface ApplicationFiltersAllows 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 voidaddFilters(List<Class<? extends Filter>> filters)
-