org.apache.sling.engine.impl.filter
Class FilterHandle

java.lang.Object
  extended by org.apache.sling.engine.impl.filter.FilterHandle
All Implemented Interfaces:
Comparable<FilterHandle>

public class FilterHandle
extends Object
implements Comparable<FilterHandle>


Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFilter

public javax.servlet.Filter getFilter()

getFilterId

public Long getFilterId()

getOrder

public int getOrder()

getOrderSource

public String getOrderSource()

getCalls

public long getCalls()

getTime

public long getTime()

getTimePerCall

public long getTimePerCall()

compareTo

public int compareTo(FilterHandle other)
Note: this class has a natural ordering that is inconsistent with equals.

Specified by:
compareTo in interface Comparable<FilterHandle>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.