Package org.apache.myfaces.el
Class OpenWebBeansELResolverComparator
- java.lang.Object
- 
- org.apache.myfaces.el.OpenWebBeansELResolverComparator
 
- 
- All Implemented Interfaces:
- Comparator<jakarta.el.ELResolver>
 
 public class OpenWebBeansELResolverComparator extends Object implements Comparator<jakarta.el.ELResolver> Comparator for ELResolvers that shifts the Resolver from OWB to the last place.- Since:
- 1.2.10, 2.0.2
- Version:
- $Revision$ $Date$
- Author:
- Jakob Korherr (latest modification by $Author$)
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringOWB_RESOLVERstatic StringOWB_RESOLVER_OLD
 - 
Constructor SummaryConstructors Constructor Description OpenWebBeansELResolverComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(jakarta.el.ELResolver r1, jakarta.el.ELResolver r2)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Field Detail- 
OWB_RESOLVER_OLDpublic static final String OWB_RESOLVER_OLD - See Also:
- Constant Field Values
 
 - 
OWB_RESOLVERpublic static final String OWB_RESOLVER - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
comparepublic int compare(jakarta.el.ELResolver r1, jakarta.el.ELResolver r2)- Specified by:
- comparein interface- Comparator<jakarta.el.ELResolver>
 
 
- 
 
-