org.apache.myfaces.el.unified
Class CustomLastELResolverComparator
java.lang.Object
org.apache.myfaces.el.unified.CustomLastELResolverComparator
- All Implemented Interfaces:
- Comparator<javax.el.ELResolver>
public class CustomLastELResolverComparator
- extends Object
- implements Comparator<javax.el.ELResolver>
Comparator for ELResolvers that shifts the Resolvers from
the faces-config to the back.
- 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 |
CustomLastELResolverComparator
public CustomLastELResolverComparator()
compare
public int compare(javax.el.ELResolver r1,
javax.el.ELResolver r2)
- Specified by:
compare
in interface Comparator<javax.el.ELResolver>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.