Class 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 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