org.apache.myfaces.el.unified
Class OpenWebBeansELResolverComparator
java.lang.Object
org.apache.myfaces.el.unified.OpenWebBeansELResolverComparator
- All Implemented Interfaces:
- Comparator<javax.el.ELResolver>
public class OpenWebBeansELResolverComparator
- extends Object
- implements Comparator<javax.el.ELResolver>
Comparator for ELResolvers that shifts the Resolver from OWB to the last place.
- Since:
- 1.2.10, 2.0.2
- Version:
- $Revision: 986157 $ $Date: 2010-08-16 18:07:17 -0500 (Mon, 16 Aug 2010) $
- Author:
- Jakob Korherr (latest modification by $Author: jakobk $)
Method Summary |
int |
compare(javax.el.ELResolver r1,
javax.el.ELResolver r2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWB_RESOLVER
public static final String OWB_RESOLVER
- See Also:
- Constant Field Values
OpenWebBeansELResolverComparator
public OpenWebBeansELResolverComparator()
compare
public int compare(javax.el.ELResolver r1,
javax.el.ELResolver r2)
- Specified by:
compare
in interface Comparator<javax.el.ELResolver>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.