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