Class MethodRule

java.lang.Object
javax.faces.view.facelets.MetaRule
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 Details

    • MethodRule

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

    • 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