public enum GrailsFilters
Stores the default order numbers of all Grails filters for use in configuration. These filters are run prior to the Spring Security Filter Chain which is at DEFAULT_FILTER_ORDER
| Enum constant | Description |
|---|---|
ASSET_PIPELINE_FILTER |
|
CHARACTER_ENCODING_FILTER |
|
FIRST |
|
GRAILS_WEB_REQUEST_FILTER |
|
HIDDEN_HTTP_METHOD_FILTER |
|
LAST |
|
SITEMESH_FILTER |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public int |
getOrder() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Groovy Documentation