org.apache.myfaces.trinidadinternal.facelets
Class MethodRule

java.lang.Object
  extended by javax.faces.view.facelets.MetaRule
      extended by org.apache.myfaces.trinidad.facelets.MethodRule
          extended by org.apache.myfaces.trinidadinternal.facelets.MethodRule

public final class MethodRule
extends org.apache.myfaces.trinidad.facelets.MethodRule

This class has been moved to the API jar. Keeping implementation here for compatibility reasons.


Constructor Summary
MethodRule(java.lang.String methodName, java.lang.Class returnTypeClass, java.lang.Class[] params)
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.trinidad.facelets.MethodRule
applyRule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodRule

public MethodRule(java.lang.String methodName,
                  java.lang.Class returnTypeClass,
                  java.lang.Class[] params)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.