public static class SlingFilterChainHelper.FilterListEntry extends Object implements Comparable<SlingFilterChainHelper.FilterListEntry>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SlingFilterChainHelper.FilterListEntry other)
Note: this class has a natural ordering that is inconsistent with
equals.
|
boolean |
equals(Object obj) |
javax.servlet.Filter |
getFilter() |
Long |
getFilterId() |
int |
getOrder() |
String |
getOrderSource() |
int |
hashCode() |
public javax.servlet.Filter getFilter()
public Long getFilterId()
public int getOrder()
public String getOrderSource()
public int compareTo(SlingFilterChainHelper.FilterListEntry other)
compareTo in interface Comparable<SlingFilterChainHelper.FilterListEntry>Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.