public static interface ServletModule.FilterKeyBindingBuilder
ServletModule.configureServlets()
Modifier and Type | Method and Description |
---|---|
void |
through(Class<? extends Filter> filterKey) |
void |
through(Class<? extends Filter> filterKey,
Map<String,String> initParams) |
void |
through(Filter filter) |
void |
through(Filter filter,
Map<String,String> initParams) |
void |
through(Key<? extends Filter> filterKey) |
void |
through(Key<? extends Filter> filterKey,
Map<String,String> initParams) |
void through(Filter filter)