@ComponentPropertyType
public @interface SlingServletFilter
ServletResolverConstants) to register the annotated servlet filter component as
Sling servlet filter.
service.ranking. To set it use the annotation ServiceRanking. Its value is used to sort the filters.
Filters with a higher order are executed before a filter with a lower order. If two filters have the same order,
the one with the lower service id is executed first.
| Modifier and Type | Fields and Description |
|---|---|
static String |
PREFIX_
Prefix for every property being generated from the annotations elements (as defined in OSGi 7 Compendium, 112.8.2.1)
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
pattern
Restrict the filter to paths that match the supplied regular expression.
|
SlingServletFilterScope[] |
scope
The scopes of the filter.
|
public static final String PREFIX_
public abstract String pattern
public abstract SlingServletFilterScope[] scope
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.