| Package | Description |
|---|---|
| org.elasticsearch.action | |
| org.elasticsearch.action.support |
| Modifier and Type | Method and Description |
|---|---|
ActionModule |
ActionModule.registerFilter(Class<? extends ActionFilter> actionFilter) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionFilter.Simple
A simple base class for injectable action filters that spares the implementation from handling the
filter chain.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFilter[] |
ActionFilters.filters()
Returns the action filters that have been injected
|
| Constructor and Description |
|---|
ActionFilters(Set<ActionFilter> actionFilters) |
Copyright © 2009–2017. All rights reserved.