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:
java.lang.Comparable<SlingFilterChainHelper.FilterListEntry>
Enclosing class:
SlingFilterChainHelper

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


Method Summary
 int compareTo(SlingFilterChainHelper.FilterListEntry other)
          Note: this class has a natural ordering that is inconsistent with equals.
 boolean equals(java.lang.Object obj)
           
 javax.servlet.Filter getFilter()
           
 java.lang.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 java.lang.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 java.lang.Comparable<SlingFilterChainHelper.FilterListEntry>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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