org.primefaces.facelets
Class MethodRule

java.lang.Object
  extended by javax.faces.view.facelets.MetaRule
      extended by org.primefaces.facelets.MethodRule

public class MethodRule
extends javax.faces.view.facelets.MetaRule

Optional Rule for binding Method[Binding|Expression] properties

Author:
Mike Kienenberger, Jacob Hookom Implementation copied from Facelets 1.1.14, as it got hidden by JSF 2.0

Constructor Summary
MethodRule(String methodName, Class returnTypeClass, Class[] params)
           
 
Method Summary
 javax.faces.view.facelets.Metadata applyRule(String name, javax.faces.view.facelets.TagAttribute attribute, javax.faces.view.facelets.MetadataTarget meta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodRule

public MethodRule(String methodName,
                  Class returnTypeClass,
                  Class[] params)
Method Detail

applyRule

public javax.faces.view.facelets.Metadata applyRule(String name,
                                                    javax.faces.view.facelets.TagAttribute attribute,
                                                    javax.faces.view.facelets.MetadataTarget meta)
Specified by:
applyRule in class javax.faces.view.facelets.MetaRule


Copyright © 2012. All Rights Reserved.