org.apache.myfaces.tobago.component
Class Sorter

java.lang.Object
  extended by javax.faces.el.MethodBinding
      extended by org.apache.myfaces.tobago.component.Sorter

public class Sorter
extends MethodBinding


Constructor Summary
Sorter()
           
 
Method Summary
 Comparator getComparator()
           
 Class getType(FacesContext facescontext)
           
 Object invoke(FacesContext facesContext, Object[] aobj)
           
 void setComparator(Comparator comparator)
           
 
Methods inherited from class javax.faces.el.MethodBinding
getExpressionString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorter

public Sorter()
Method Detail

invoke

public Object invoke(FacesContext facesContext,
                     Object[] aobj)
              throws EvaluationException
Specified by:
invoke in class MethodBinding
Throws:
EvaluationException

getType

public Class getType(FacesContext facescontext)
              throws MethodNotFoundException
Specified by:
getType in class MethodBinding
Throws:
MethodNotFoundException

getComparator

public Comparator getComparator()

setComparator

public void setComparator(Comparator comparator)


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.