org.apache.sling.engine.impl.filter
Class SlingFilterChainHelper.FilterListEntry

java.lang.Object
  extended by org.apache.sling.engine.impl.filter.SlingFilterChainHelper.FilterListEntry
All Implemented Interfaces:
Comparable<SlingFilterChainHelper.FilterListEntry>
Enclosing class:
SlingFilterChainHelper

public static class SlingFilterChainHelper.FilterListEntry
extends Object
implements Comparable<SlingFilterChainHelper.FilterListEntry>


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

Method Detail

getFilter

public javax.servlet.Filter getFilter()

getFitlerId

public Long getFitlerId()

getOrder

public int getOrder()

compareTo

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

Specified by:
compareTo in interface Comparable<SlingFilterChainHelper.FilterListEntry>

equals

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


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.